I am a new iphone developer and I have a problem when I develop my app. The situation is that I need to display a report with headers both on the vertical and horizontal axes, just like an excel spreadsheet does. Can anyone can help me to figure out a good solution? Better with some code. Any comments are appreciated.
Asked
Active
Viewed 579 times
-2
-
BTW, it's also not clear whether you're looking for a chart or a grid. – bryanmac Oct 26 '11 at 04:16
-
a grid is needed here, I am trying to tire it to a UITableView – user418751 Nov 07 '11 at 05:09
2 Answers
0
If the report is pretty much static and doesn't need to be editable/selectable then you could build a 2x2 grid of UILabel's which contain both your headings and report data and drop it all inside a containing UIView and then put that containing UIView inside a UIScrollView with vertical and horizontal scrolling set.

gamozzii
- 3,911
- 1
- 30
- 34