Swift 4 keyboardWillShowWithFrame should be marked with @objc
lukasburns opened this issue · 1 comments
lukasburns commented
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!
T-Coded commented
Did you ever find a solution for this problem @lukasburns ?