IdleHandsApps / IHKeyboardAvoiding

IHKeyboardAvoiding is an elegant solution for keeping any UIView visible when the keyboard is being shown - no UIScrollView required!
MIT License
1.41k stars 150 forks source link

Fix Xcode 9 issue. #40

Closed khambir closed 6 years ago

khambir commented 6 years ago

Added @objc keyword for methods which use as #selector method.

fraserscottmorrison commented 6 years ago

Thanks for this PR. I didn't want the @objc keyword so resolved it by removing the use of #selector. Cheers