Search code examples
iphoneioscocoa-touchipadaqgridview

grid-like control for iPad


Is there any grid-like control in iPad SDK?


Solution

  • Not in the UIKit, no. Depending on your needs, you could probably set up a UITableView to use UITableViewCells that have extra labels for additional "columns". If you need something more like spreadsheet, you'll need to write something custom.