How to fix the header and first row in a UITableView

Posted by Arturo Guzman on Stack Overflow See other posts from Stack Overflow or by Arturo Guzman
Published on 2011-10-07T17:04:33Z Indexed on 2012/04/05 23:30 UTC
Read the original article Hit count: 228

Filed under:
|
|

I´m new trying to make some apps using objective c, so I´ve an idea using uitableview but I don't imagine how can I get this.

I´m trying to do something like you do in a spreadsheet where you have a fixed header and the first column too

So when scroll the uitableview vertically the header will stay visible at top of the table and rows will change

And finally when you scroll in horizontal direction the first cell of the row will stay visible and will change the header depending of how you scroll the uitableview

I hope you could give me an idea how to get this, because I don't imagine how to do this, also I don´t have a lot of experience with this programming language.

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c