Hi guys, i'm using Xcode 5 and am having some trouble that Apple WWDC video hasn't fully cleared up.
I want a semi transparent status bar. I know if i add a navigation bar, the status bar will take the same translucency and tint. This sounds good.
I currently have a Navigation Controller which shows the Navigation Bar. My screen (UIViewController) is linked to this.
I tick translucent in the attributes inspector for the navigation bar in the Navigation Controller.
My connected ViewController then shows the translucent status and navigation bar as expected.
When I go back to the Navigation Controller and change the alpha of the navigation bar, this has no impact on the connected View.
How can I change the level of transparency when using a Navigation Controller?
I want a semi transparent status bar. I know if i add a navigation bar, the status bar will take the same translucency and tint. This sounds good.
I currently have a Navigation Controller which shows the Navigation Bar. My screen (UIViewController) is linked to this.
I tick translucent in the attributes inspector for the navigation bar in the Navigation Controller.
My connected ViewController then shows the translucent status and navigation bar as expected.
When I go back to the Navigation Controller and change the alpha of the navigation bar, this has no impact on the connected View.
How can I change the level of transparency when using a Navigation Controller?