Reputation: 3444
in iOS 6 my navigation in my UITableViewController looks like this:
and in iOS 7:
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
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