You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a tableview being presented, and when building with xcode 9 beta 5 it won't accept any user touch events. works fine with xcode 8/ios 10.3. any ideas on what the problem might be? elements in the presented modal controller that aren't in the tableview work fine.
The text was updated successfully, but these errors were encountered:
wzzhu
added a commit
to wzzhu/ZFDragableModalTransition
that referenced
this issue
Sep 24, 2017
This fixes the issue in zoonooz#76
The tableview(or scrollview) not accepting touch event for iOS 11. Caused by the new introduction of safeAreaInsets in iOS11.
i have a tableview being presented, and when building with xcode 9 beta 5 it won't accept any user touch events. works fine with xcode 8/ios 10.3. any ideas on what the problem might be? elements in the presented modal controller that aren't in the tableview work fine.
The text was updated successfully, but these errors were encountered: