TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

iOS 8 Issue

Open tboily opened this issue 11 years ago • 2 comments

Unable to use TPKeyboardAvoiding when compiling with Xcode 6 on iOS 8 device. Returns the following errors:

-[TPKeyboardAvoidingScrollView TPKeyboardAvoiding_updateContentInset]: unrecognized selector sent to instance 0x124629aa0 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[TPKeyboardAvoidingScrollView TPKeyboardAvoiding_updateContentInset]: unrecognized selector sent to instance 0x124629aa0'

tboily avatar Jun 13 '14 18:06 tboily

Also getting this problem.

danielbh avatar Aug 22 '14 08:08 danielbh

Got this to work by making the scrollView class: TPKeyboardAvoidingScrollView in identity inspector. screen shot 2014-08-22 at 11 09 24 am

Here is ViewController

screen shot 2014-08-22 at 11 09 51 am

Should work. Let me know if it doesn't.

danielbh avatar Aug 22 '14 09:08 danielbh