ios - When I pull the UITableView down, how can I prevent it from bouncing all the way back, instead keeping it still offset above? (Pull to refresh) -


i want implement custom pull refresh, , going well, when pull down , release, want table view (that @ point offset show more @ top) not bounce down way, default behaviour.

instead want bounce down slightly, not way, allow loading indicator stay visible until content loads.

i can't figure out how without causing stutter, or without having remove animations together. i've tried setting contentoffset, contentinset, setcontentoffset:animated:, playing around turning bounces on , off, can't make headway.

how go doing this?


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -