How to make UINavigationBar Transparent in IOS 8?

后端 未结 6 1243
醉话见心
醉话见心 2021-01-05 14:09

I have tried a lot to make UINavigationBar transparent. But I failed making it so.The image which I set was transparent. Here is my code . Any help ? Thanks in advance.

6条回答
  •  梦毁少年i
    2021-01-05 14:37

    @Sushil it seems like he has it. In my app, I use

    [self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
    

    Instead of alloc init, is the only difference.

提交回复
热议问题