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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Hi
I'm getting the issue that when I scroll up, the navigation bar is moved up, the tableview is sticked under the status bar. The I scroll down, the tableview is still with the status bar, the navigation bar overlap a part of the uitableview.
I disabled adjust scroll view inset and set 'hasCustomRefreshControl = YES'. The navigation controller is inside a tabbar.
Anyone know how to fix this?
The text was updated successfully, but these errors were encountered:
Fix that by making the refresh control as an extension view: [self.shyNavBarManager setExtensionView:refreshControl];
That's weird. It supposed to be self.shyNavBarManager.hasCustomRefreshControl = YES;
I still dont know why?!
Hi
I'm getting the issue that when I scroll up, the navigation bar is moved up, the tableview is sticked under the status bar. The I scroll down, the tableview is still with the status bar, the navigation bar overlap a part of the uitableview.
I disabled adjust scroll view inset and set 'hasCustomRefreshControl = YES'. The navigation controller is inside a tabbar.
Anyone know how to fix this?
The text was updated successfully, but these errors were encountered: