Changing the UINavigationBar background image

后端 未结 7 441
时光取名叫无心
时光取名叫无心 2020-12-01 08:29

I\'ve been trying to change the background image of the UINavigationBar of my application. I tried several ways. First I added to my AppDelegate class the following code:

相关标签:
7条回答
  • 2020-12-01 08:55

    Well for iOS 4 there is a simple solution, like:

    nvc.navigationBar.layer.contents = (id)img.CGImage;
    
    0 讨论(0)
提交回复
热议问题