Here’s what the title in a UINavigationBar looks like:
You set it like this:
1 |
self.navigationItem.title = @"My Title"; |
Here’s what the title in a UINavigationBar looks like:
You set it like this:
1 |
self.navigationItem.title = @"My Title"; |