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 924 forks source link

Crash with PrefersLargeTiles on iOS11 #267

Open jhpassion0621 opened 6 years ago

jhpassion0621 commented 6 years ago

When I use prefersLargeTiles of navigation view controller, I get a crash as following.

Assertion failure in -[TPKeyboardAvoidingScrollView _addScrollViewScrollObserver:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3698.34.4/UIScrollView.m:7995 2018-03-04 07:13:07.982708+0800 MyCareClinician[1613:872700] Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'ERROR: UIScrollView does not support multiple observers implementing _scrollViewWillEndDraggingWithVelocity:targetContentOffset:'

hellc commented 6 years ago

Same issue with TableView