How to selected the first row on the tableview ,default
+1
A:
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:YES scrollPosition:UITableViewScrollPositionNone];
NR4TR
2010-10-29 07:35:08
+1:good job....
Ranjeet Sajwan
2010-10-29 08:38:01