I have a UIViewController with a UIImageView in it and a array of UIImage. How Can I develop slide feature to right or left in order to change the image to the next array position?
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.
|
|
||||
|
|
|
The common approach is a UIScrollView the size of one of the images, with paging enabled. Add the images as subviews and set the content size like this...
You might also turn off bounce, scrolling indicators, etc. depending on the details of the effect you want. |
|||||
|
|
You can simply get swipe direction is left or right with
The Method Hope it helps you ! |
|||
|
|