0
私は10のtableview sections.Butを使用しているアプリケーションを持っていましたが、私は最初の4つのセクションを読み込む必要があるときだけ、ユーザーがスクロールするときにトップfirst.thethenでtableviewの第5セクションを配置する必要があります。この上のiOSに?私は、プレーンtableview.andを使用しています私は最初にセクションを隠しているTableview?
[table reloaddata]
dispatch_async(dispatch_get_main_queue(), ^{
NSIndexPath *rowIndexPath = [NSIndexPath indexPathForRow:1 inSection:3];
[self.table scrollToRowAtIndexPath:rowIndexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];
});
を試してみましたが、それは唯一の第三のセクションに第一項の.NOTに1行目に起こっています。