加载时UITableView
,我希望选择唯一部分中的唯一行,以便在didSelectRowAtIndexPath
用户加载UITableView
. 我已经尝试了下面的代码,但它没有执行该didSelectRowAtIndexPath
部分中的代码。有什么想法吗?
NSIndexPath *indexedPath = [NSIndexPath indexPathForRow:0 inSection:0];
[tableView selectRowAtIndexPath:indexedPath animated:YES scrollPosition: UITableViewScrollPositionNone];