views:

24

answers:

1

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