0

I want to display data in gridview like excel sheets in iPad application.I tried it using Uitableview with custom cells but there are many restrictions like cannot scroll by touching table etc.I want to display data in UItableView having more than 25 columns and more than 70 rows.I tried using custom UItableviewcell but want to overcome following limitations:

1)How to enable horizontal scroll by touching the table itself by using scrollview. 2)How to make gridview appear like excelsheets. 3)How to display custom header in this case.

Are there any other ways for displaying this GridView.

  • 1
    I think this one is the most common used. Apple doesn't provide us with this functionality in cocoa. There fore use this or some else third party solution. https://github.com/AlanQuatermain/AQGridView – Konrad77 Jan 16 '12 at 14:20
  • Obviously less elaborate but check this answer to a similar question : http://stackoverflow.com/questions/7710795/how-to-create-uitableview-like-grid-in-landscape-mode/7714483#7714483. – gregory Jan 16 '12 at 15:46

0 Answers0