Re: Hiding tab bar causes web content in pushed view to slide down

2015-10-31 Thread David Duncan
Try doing the load in -viewWillAppear: instead. My guess is that the WKWebView is adding a UIScrollView when you load the content, and that scroll view is being modified after the fact when you can see it. Alternatively you can try setting automaticallyAdjustsScrollViewInsets=NO on your view

Hiding tab bar causes web content in pushed view to slide down

2015-10-29 Thread Rick Mann
I have a tab bar application with a nav controller in each of the tabs. Clicking on an item in that pushes a new view controller with a WKWebView. Actually there's a UIView specified in IB, and in -loadView I create the WKWebView and add it to the UIView, and then add constraints to make it be