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

Cannot use the Objective-C version with Cocoapods #26

Closed dvkch closed 7 years ago

dvkch commented 7 years ago

Hi,

I'd like to continue use the latest Objective-C version with cocoapods, and updated the project Podfile to pod 'IHKeyboardAvoiding', '~> 2.6'. Unfortunately it seems cocoapods uses the latest podspec available, meaning it doesn't use the old *.{h,m} rule, and no file are installed in the project.

Any idea how to deal with this ?

dvkch commented 7 years ago

Removed from Podfile, pod install, added back, pod install, seems to be fixed now!