Esqarrouth / EZSwiftExtensions

:smirk: How Swift standard types and classes were supposed to work.
MIT License
3k stars 381 forks source link

Swift 4 keyboardWillShowWithFrame should be marked with @objc #488

Closed lukasburns closed 4 years ago

lukasburns commented 6 years ago

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 3 years ago

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