I want to move uiview in circular path clockwise and anticlockwise. Its like I have many images in a view which user can move in clockwise and anticlockwise direction along circular path. Please help.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You have to build an animation based upon, say, index of your image in array. So, 360 degrees divided by index of image will give you the angle. |
||||
|
|