が読み込まれると、ユーザーが を読み込むとすぐにUITableView
のコードが実行されるように、唯一のセクションの唯一の行が選択されます。以下のコードを試しましたが、セクションのコードを実行しません。何かご意見は?didSelectRowAtIndexPath
UITableView
didSelectRowAtIndexPath
NSIndexPath *indexedPath = [NSIndexPath indexPathForRow:0 inSection:0];
[tableView selectRowAtIndexPath:indexedPath animated:YES scrollPosition: UITableViewScrollPositionNone];