ios - Simple sideways scrolling of images - UIScrollView or UIPageViewController? -
i have requirement implement timed horizontal scrolling of several images take of screen (except top occupied static navigation bar-like uiview).
it needs timed images can swap programmatically user-swipable user can flick between them if choose to. there no requirements user able pinch, zoom, scroll within individual image etc. each image size of available remaining space on screen.
googling how turns plethora of possibilities, use existing library, use uiscrollview, others use uipageviewcontrollers.
which of possibilities suitable?
its ios6 , ios5.
atpagingview great library of code need. have implement timer switches view, have user enabled switching stated need.
Comments
Post a Comment