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.
I followed the instructions and setup an UIViewController that has an UITableView inside it (as well as an SearchDisplayController).
As soon as I do self.shyNavBarManager.scrollView = self.patientTableView
where self.patientTableView is a reference to my TableView it "all" works as expected but unfortunately the StatusBar( i.e. the bar that holds the current time in the middle as well as battery percentage on the right - etc.) is "gone". By "gone" I mean it the writings are still there shyNavBarManager doesn't seem to recognize the height and scrollt behind it, making the UIBarButtons inside the NavigationController intersect with the statusbar wiriting (battery percentage etc).
My project is written in Swift 3, as well as delegate and source are getting set beforehand.
The text was updated successfully, but these errors were encountered:
@zanesc
At first I switched over to AMScrollingNavbar which worked fine at first but I had some issues with my controller setup (nav controller problems etc.). In the end I ditched it as it wasn't worth the trouble (it was more like a cosmetic feature only in a small place in my app). But I would recommend AMScrollingNavbar over this one as it seems more mature and the setup is more straightforward (at least for me it was).
I followed the instructions and setup an UIViewController that has an UITableView inside it (as well as an SearchDisplayController).
As soon as I do
self.shyNavBarManager.scrollView = self.patientTableView
where
self.patientTableView
is a reference to my TableView it "all" works as expected but unfortunately the StatusBar( i.e. the bar that holds the current time in the middle as well as battery percentage on the right - etc.) is "gone". By "gone" I mean it the writings are still there shyNavBarManager doesn't seem to recognize the height and scrollt behind it, making the UIBarButtons inside the NavigationController intersect with the statusbar wiriting (battery percentage etc).My project is written in Swift 3, as well as delegate and source are getting set beforehand.
The text was updated successfully, but these errors were encountered: