Esqarrouth/EZSwiftExtensions

Swift 4 keyboardWillShowWithFrame should be marked with @objc

lukasburns opened this issue · 1 comments

Since swift 4 doesn't let you override functions in extensions unless they are explicitly tagged with @objc, this method can't be overwritten as of now.

are there any workarounds for this?

Thanks!

Did you ever find a solution for this problem @lukasburns ?