statusbarhidden
Closed this issue · 2 comments
jteri3 commented
Hi,
How do you set status bar hidden for individual view controllers (or current view screen) instead of all view controllers?
Thanks
Awalz commented
Hey there,
the three View Controllers are Child ViewControllers of the container View Controller. You won't be able to directly control the appearance of the status bar from the Child View Controller
Instead, you should detect if the Container ViewController has moved to either the Left, Center, or Right Panel and adjust accordingly.
I have updated the Demo Project to include this functionality. I think it is a cool showcase of the Framework. Let me know if this helps.
Andrew
jteri3 commented
Perfect. Thanks!