iphone - SubTitle for Navigation Bar -


does know how subtitle bar in navigation bar, nytimes (where latest news). part of navigation bar since stays still. here looks @ nytimes (but whole lot of other apps same). http://cl.ly/362d181q3l2i111q2q46

the top part of highlighted area (where says "latest news updated moments ago") custom view have created , assigned table view's tableheaderview property.

the bottom part of highlighted area (where says "today") table section header. each section in table gets optional header. made theirs implementing – tableview:titleforheaderinsection: in class implementing uitableviewdatasource protocol , returning string @"today" section.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -