Hey.
Is it possible to use an image as the title (text on the top) of the UINavigationBar?
Thank you.
Hey.
Is it possible to use an image as the title (text on the top) of the UINavigationBar?
Thank you.
Yes. UINavigationItem (not bar), has a titleView property.
In your view controller, set an imageView as that view controller's navigationItem's titleView.