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
Post a Comment