Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Hiding the nav bar
posted

I need to be able to hide the nav bar at the top in the day view.  I put in a suggestion for a property to control whether the nav bar is displayed in any mode (DisplayNavBar?), but in the meantime, is there any way this can be easily done through finding the navbar UIView, and setting the Hidden property?  I recursively wrote out info on all subviews, and there are a LOT of subviews, to say the least.  I'm not sure it's worth me trying to figure out which one is the container for the navbar, so if it's possible, maybe a dev can respond.  I know that future versions could break a hack like this, but I'm hoping the simple property may make it in at some point.  Thanks!