Skip to content

Instantly share code, notes, and snippets.

@bobrnor
Created January 16, 2014 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobrnor/8456213 to your computer and use it in GitHub Desktop.
Save bobrnor/8456213 to your computer and use it in GitHub Desktop.
http://stackoverflow.com/questions/11155539/grid-component-for-tabular-data-on-ios
Hi, I'm a developer of a recently released NGrid iOS framework designed for creating tables, grids, and spreadsheets. I'd like to recommend that you try it as it just might fill your needs.
For instance, it allows:
- changing the number of rows and columns on the fly;
- setting any number of row and/or column headers that will be always visible regardless of content offset;
- sorting by columns and/or rows out of the box;
- inserting any number of images into cells as well as arranging them.
(and many more things)
The framework is commercial but it has a fully functional trial with a demo app so feel free to take a look. Thanks!
Website: http://nchart3d.com/ngrid/
Demo application is available at http://appstore.com/ngrid
http://stackoverflow.com/questions/17871059/spreadsheet-in-ios
We have recently released a framework designed specifically for creating spreadsheets. It is pretty easy to configure and fine tune the appearance, so you can make yours look exactly like Excel. The framework also provides some useful features like sorting, filtering and conditional formatting out of the box.
The framework is commercial but it has a fully functional trial with a demo app so feel free to take a look. Thanks!
Website: http://nchart3d.com/ngrid/
Demo application is available at http://appstore.com/ngrid
http://stackoverflow.com/questions/17680231/spreadsheet-horizontal-scrolling-in-a-tableview-or-alternate-solution
You can take a look at a recently released framework for creating tables and spreadsheets. To start displaying some data you only need to override a few methods (there's a project which does just that in our samples). The delegate also contains methods like gridView:willSelectRowWithKey: and gridView:willSelectColumnWithKey: that will likely suit your needs.
The framework is commercial but it has a fully functional trial with a demo app so feel free to take a look. Thanks!
Website: http://nchart3d.com/ngrid/
Demo application is available at http://appstore.com/ngrid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment