views:

30

answers:

1

Hey.

Is it possible to use an image as the title (text on the top) of the UINavigationBar?

Thank you.

+4  A: 

Yes. UINavigationItem (not bar), has a titleView property.

In your view controller, set an imageView as that view controller's navigationItem's titleView.

Jasarien
Thanks, that works beautifully :)
Emil