views:

204

answers:

2

I am using a header view, not section header, with my UITableView. The documentation says that the header view sits on top of the table, but my header view scrolls just like a normal row. Is there a way to make the header view always visible at the top of the table?

+1  A: 

see this Sample Code. It will help you.

Thanks.

Pugal Devan
Thanks for your answer. In the sample code both the header and footer are scrolling inside the table just like any other row. Clearly they do not reside outside the table which is what I was looking for. Will put my viw outside the table and make visible. Thanks again.
Jim B
A: 

Yep, Thanks. This worked for me too. :)

floxxxy