michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/
zlib License
5.81k stars 925 forks source link

Fixed a warning on Xcode 9 by specify no parameter explicitly. #256

Closed sunkehappy closed 6 years ago

sunkehappy commented 6 years ago

On Xcode 9 we should specify void explicitly if there is no parameter. Reference here

michaeltyson commented 6 years ago

Thanks! Looks like another pull request sorted this