LilMoke
LilMoke

Reputation: 3444

iOS 7 UITableViewController navigation like iOS 6

in iOS 6 my navigation in my UITableViewController looks like this:

enter image description here

and in iOS 7:

enter image description here

How can I mimic the iOS style? I would use an image, but the text for each cell is different length.

Upvotes: 0

Views: 98

Answers (1)

Léo Natan
Léo Natan

Reputation: 57040

You should use an image with a resizeable caps. This way, your image will stretch in the middle and fit any text.

Upvotes: 1

Related Questions