How to put an image as the navigation bar title

前端 未结 7 1581
忘掉有多难
忘掉有多难 2020-12-04 09:04

I want to put a .png image in the middle of the navigation bar instead of the title written in text. Could you please let me know how to do that?

Thanks.

相关标签:
7条回答
  • 2020-12-04 09:58

    Updated with Swift 2.x

    navigationItem.titleView = UIImageView.init(image: UIImage(named:"yourImageName"))
    
    0 讨论(0)
提交回复
热议问题