Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

donaghy

macrumors member
Original poster
Aug 6, 2009
49
0
Hi all, I've been working on a data entry form but have created it using a UITableView. My question is which is the best approach for data entry forms, a UITableView or just a UIViewController?

As per my previous post, I've found scrolling a little "sticky" when using a UITableView with many custom cells and this is not the case when using a UIViewController. Though the UITableView does present the information very neatly and takes care of the keyboard overlapping the textfields.

Just looking for a bit of feedback for which direction i should preferably head towards. Thanks.
 
If the table view is working for you then look at optimising your code to improve performance. Use Instruments to work out what is costing you the time and fix it...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.