michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS

Home Page:http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash with PrefersLargeTiles on iOS11

jhpassion0621 opened this issue · comments

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:'

commented

Same issue with TableView