I’ve used [[self navigationController] setTitle:@”Test Title”] to no avail. This is the same way I do it in the rest of my app. What could cause this?
I’ve used [[self navigationController] setTitle:@Test Title] to no avail. This is the same way
Share
Try setting the title of the navigation item.
Or like this if you prefer