ios - Load viewControllers to scroller,and let them know they are presented -


we have app should show main scrollview. in scroller, there should few pages, each 1 of them view controller class own . (is performance? )

so ,what load them scroller @ start. problem: when scroll , want each , every page know scroller moving, thats because when scroll view controller 3 , want animate him while scrolling him/when end deceleration.

how make 1 big scroller, loads view controllers it, , let them know happens ? (delegates? )


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -