How to draw a transparent UIToolbar or UINavigationBar in iOS7

后端 未结 5 1094
-上瘾入骨i
-上瘾入骨i 2020-11-27 09:17

I would like an entirely transparent UIToolbar and/or UINavigationBar. I have tried the various incantations suggested for pre- and post-iOS 5 but

5条回答
  •  迷失自我
    2020-11-27 09:54

    Try:

    [navBar setBackgroundImage:[UIImage alloc] forBarMetrics:UIBarMetricsDefault];
    

提交回复
热议问题