关于NavigationBar的BackgroundImage的问题

问题描述:
当你对navigationBar,setBackgroundImage:后,navigationBar中负责显示image的ImageView会默认有一定的透明度为0.9。

解决办法:
遍历navigationBar的subView找到_UIBarBackground对象,再找到对应的ImageView将alpha设为1。(记得写在控制器的viewWillLayoutSubviews或viewDidLayoutSubviews中)

你可能感兴趣的:(关于NavigationBar的BackgroundImage的问题)