Is there any grid-like control in iPad SDK?
A:
Not in the UIKit, no. Depending on your needs, you could probably set up a UITableView
to use UITableViewCell
s that have extra labels for additional "columns". If you need something more like spreadsheet, you'll need to write something custom.
Alex
2010-09-18 15:09:08