Hi i have one plain table view. On top there is header ..i want to scroll only cells not header ..is any solution I also see this but it is not working Is it possible to disable floating headers in UITableView with UITableViewStylePlain?
Asked
Active
Viewed 1,134 times
2 Answers
1
you can do like this as mention babyPanda like you have to take one UIView
and UItableview
into Your XIB.
Like bellow image"-
i just create a Demo for you please check bellow link and try, Hope its helps you

Nitin Gohel
- 49,482
- 17
- 105
- 144
0
One possible alternative (might not be called a "solution"), is to make the view of headers the first cell in a section.
Note: If you try to fix header of the first section, then the only possible method might be, making it a view, whose frame is right above the table view.

BabyPanda
- 1,562
- 12
- 18