|
|
#1 |
|
Displaying tabular data
I'm new to objective-c and IOS programming, but have a strong background in .Net and web applications.
I'm looking at the SDK and am wondering the best way to display large amounts of excel type data. Anywhere from 2 - 10 columns and a couple of hundred rows. I have the data in an array in xcode, but the UITableViewController doesn't seem to do the trick. Any suggestions would be appreciated. |
|
|
|
0
|
|
|
#2 | |
|
Quote:
Then again there might be a graphing type framework someone has already created to do that Maybe this? https://github.com/AlanQuatermain/AQGridView |
||
|
|
0
|
|
|
#3 |
|
Without knowing more about the nature of the data to display, I would say the typical way to display something like this is a master-detail drill-down. Each row of the master (a UITableView) contains a differentiating summary of the row and, when tapped, pops down to a detail view containing all the fields pertaining to that item (i.e. row).
__________________
|
|
|
|
0
|
|
|
#4 |
|
Is this not exactly what UICollections were made for?
It's possible that I'm mistaken... |
|
|
|
0
|
|
|
#5 | |
|
Quote:
http://www.google.com/url?sa=t&rct=j...Bcy3RjzRlnBudA or the class reference http://developer.apple.com/library/i...Reference.html
__________________
2012 Mac Mini, 2.6 GHz, 16GB RAM, 1TB HDD ![]() 2.4Ghz 15" Macbook Pro ![]() 32 GB iPhone 4S : 16 GB iPod nano : 16 GB iPad 3 Nikon D60 : 18-55 mm VR : 55-200 mm VR |
||
|
|
0
|
|
|
#6 |
|
Note: UICollectionView is only available in iOS 6.0 and later. If you're still trying to support iOS 5 or earlier, you can't use them.
__________________
|
|
|
|
0
|
|
|
#7 | |
|
Quote:
And given your app will be released in the future, not today, adoption will be even higher still at that point. And I don't have data to back this up, but I suspect that most people who download apps from the App Store also keep their devices up to date. The Chitika report I got my data from: http://insights.chitika.com/2012/ios-6-adoption-one-month/ |
||
|
|
0
|
|
|
#8 |
|
Just thought I'd throw the iOS6 restriction out there, in case the OP had some requirement for supporting older OSes. I know that my newest version of a.k.a. (currently in beta-testing) is only going to support iOS6+.
__________________
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:15 AM.







I support the 
2012 Mac Mini, 2.6 GHz, 16GB RAM, 1TB HDD
Linear Mode
