标签: objective-c iphone-sdk-3.0 ios4
如何选择tableview上的第一行,默认
答案 0 :(得分:3)
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:YES scrollPosition:UITableViewScrollPositionNone];