Navigation Controller Transparent Bar Style is not working

前端 未结 12 635
情书的邮戳
情书的邮戳 2020-12-31 13:57

I am using a navigation controller, and I have the style set to :

navController.navigationBar.barStyle = UIBarStyleBlackTranslucent;

But wh

12条回答
  •  有刺的猬
    2020-12-31 14:30

    try to use this, may be it will helpful.

    _topToolBar.barStyle = UIBarStyleBlackTranslucent;
    _topToolBar.alpha = 0.3;
    

提交回复
热议问题