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

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -