user1330343
user1330343

Reputation: 21

Title and back button not showing in navigation bar item (iOS 7)

I just started coding for iOS 7 and can't make the title and back button appear in the Navigation item. What can cause this and how can I fix it?

Thanks.

Upvotes: 0

Views: 5511

Answers (1)

user2805816
user2805816

Reputation: 59

Make sure your ViewController is embed in NavigationController. (Choose your ViewController from Storyboard, then go to Editor menu from Xcode and Embed in -> NavigationController)

Drag and drop the Navigation Item into your ViewController, and now you can enter the title of your ViewController and name for you back button.

Upvotes: 1

Related Questions