I need to have a spreadsheet like app for iPad. I need to generate the grid for the spreadsheet which should be very smooth.
I used UILabel and UIView for each cell of the grid, but it is very heavy.
Which component will be suitable for generating the grid?
The columns and rows of the grid should be resizable.
Thiagesh
I’ve had some success with AQGridView for creating a spreadsheet like interface.