EZSwipeController icon indicating copy to clipboard operation
EZSwipeController copied to clipboard

UITableViewController Initialization Constraints

Open HackShitUp opened this issue 7 years ago • 2 comments

There's an issue with the constraints for UITableViewControllers initialized in EZSwipeController. The UINavigationBar seems to cover parts of the top view. ALSO, the scrolling conflicts with the UIPageViewController navigation. For instance, if the UITableViewCell in the UITableViewController exceeds the height of the view, the scroll is disabled in the UITableViewController disabling me to scroll down to the rest of the content in the UITableViewController, and instead, navigates to the next page in the UIPageViewController's stack mdoel.

HackShitUp avatar Jan 02 '17 20:01 HackShitUp

@JFKingsley

HackShitUp avatar Jan 02 '17 20:01 HackShitUp

For the NavigationViewController, the EZSwipeView and all ViewControllers in [ViewControllers] set self.pageViewController.automaticallyAdjustsScrollViewInsets = false to fix the issue with incorrect navbar layouts.

Easier to do in storyboard under attributes>layout>Adjust scroll view insets

hmalc-zz avatar Feb 14 '17 00:02 hmalc-zz