Amit Vaghela
Amit Vaghela

Reputation: 2970

How do I create a bar between navigation bar and table header?

In NYTimes iPhone application, one bar exist in between table header and navigation bar on the top news screen.

what bar is that? or it's just a label in between navigation bar and table header?

Thanks in advance.

Upvotes: 0

Views: 456

Answers (1)

Ben Gottlieb
Ben Gottlieb

Reputation: 85522

Yes, that's probably just a pair of labels with their background color set to gray and their text color to white. They might actually be implementing it in some other fashion (I haven't seen their code), but certainly that's the easiest way to do it.

Upvotes: 1

Related Questions