objective c - UITableView custom begin and end updates animation -
i have uitableview, want customize animation duration of begin , end update.
if 0.2 want make 0.5.
[tbl beginupdates]; [tbl reloadrowsatindexpaths:indexpaths withrowanimation:uitableviewrowanimationright]; [tbl endupdates]; above lines animation duration needs slow me.
Comments
Post a Comment