Is There a method to simulate scrolling on a tableview? I'm using custom cell!
A:
Scroll UITableView
[tableView setContentOffset:CGPointMake(0, <whateverYCoordinateYouWant>) animated:YES];
Jordan
2010-10-17 01:42:11
Start select some answers, or you'll find getting help really scarce. Just check the arrow next to the answer for this one and all of your previous questions.
Jordan
2010-10-17 01:43:39