がUITableView
あります。開始と終了の更新のアニメーション期間をカスタマイズしたいと考えています。
0.2なら0.5にしたい。
[tbl beginUpdates];
[tbl reloadRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationRight];
[tbl endUpdates];
上記のアニメーションの長さは、私にとって非常に遅くする必要があります。
がUITableView
あります。開始と終了の更新のアニメーション期間をカスタマイズしたいと考えています。
0.2なら0.5にしたい。
[tbl beginUpdates];
[tbl reloadRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationRight];
[tbl endUpdates];
上記のアニメーションの長さは、私にとって非常に遅くする必要があります。