objective c - Custom selection mechanism -


i'm trying create little slider mechanism operates box/view static line image in center , behind pins. pins marks on ruler. when slide marks left or right; keep coming continuously (a loop). , need use controller of view, selector. needs scroll through list when pins slid. how can put together?

create uiview , add uiswipegesturerecogniser it. when swipe occurs update ivar , either redraw or animate bunch of repeating uiimageview subviews.

the latter preferable efficiency , smoothness.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -