views:

921

answers:

2

any help i am truly appreciated it

Thanks

+1  A: 

For my answer, I'm assuming you want to show an image in the NavBar with the text prompt above it - in which case, you'd be looking to use the prompt property on the UINavigationItem class.

Jasarien
+1  A: 

From a view controller, you can ask for self.navigationController.navigationBar and add subviews to that.

Or, you can wrap image/text into a UIView, and create a UIBarButtonItem with a custom view set to that combination.

Kendall Helmstetter Gelner
thanks for ur ans...i solve it liao...^^
elson