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
Post a Comment