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.
Updated with Swift 2.x
navigationItem.titleView = UIImageView.init(image: UIImage(named:"yourImageName"))