I want the user scroll the UITableView, but not to tap the UITableView, how can I do so? Thank you.
A:
use
- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated
{
}
Ashish Mathur
2010-09-10 12:58:10