I'm developing an iphone app in which I have a UITableViewController
in which the tableView
contains two sections.
The first section contains a single row of height 0.
The second section contains 100 rows each with a height of 44.0f.
I am using section 0 as the title view for the tableView
.
While the user scrolls up, section-0 header goes up and section-1 header becomes the title view for the tableView
.
Now, instead of the Section-0 header going up, i want it to shrink while the user scrolls up.