Changing the UINavigationBar background image

后端 未结 7 460
时光取名叫无心
时光取名叫无心 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;
    

提交回复
热议问题