any help i am truly appreciated it
Thanks
any help i am truly appreciated it
Thanks
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.
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.