How can I do to first Row of UITableview to be static (not scrollbale) in iPhone SDK? Like first row will be static.
Now the first row is my header and I want like it need to be static means no scrollable?
I have already section header in that I have number of rows.
Just make 2 tableviews – one on top of your view with unscrollable cell, second – under the first one.