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.
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.