views:

106

answers:

2

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 UITableViewCells that have extra labels for additional "columns". If you need something more like spreadsheet, you'll need to write something custom.

Alex
A: 

I recommend AQGridView

catlan