0

how to do one constant (no scrolling) section in table

+---------+
|______|
|______|
|______|
|______|
|______|
|______|

and last section has to constant. How to do? When i scroll my table i want by last section was all the time on screen.

Wain
  • 118,658
  • 15
  • 128
  • 151
wysio90
  • 33
  • 5
  • 2
    Please explain your problem. – Himanshu Joshi Mar 05 '14 at 09:58
  • 1
    y don't u add a UIView over the table view and show the data there by adding labels to it so that it looks constant – Deepak Thakur Mar 05 '14 at 09:59
  • possible duplicate of [Fixed header to UITableview?](http://stackoverflow.com/questions/6951190/fixed-header-to-uitableview) – Kumar KL Mar 05 '14 at 10:04
  • I guess this is what you are looking for..http://stackoverflow.com/questions/15084177/is-there-anyway-to-create-a-uitableview-with-one-universal-footer?lq=1 – HRM Mar 05 '14 at 10:33

1 Answers1

0

Better to have two different TableViews. Place the dynamic data source table at the top of the view and Constant section's table at the bottom of the view.

Loganathan
  • 1,697
  • 1
  • 13
  • 17