I am making an app having many images.I am using UIImage view. I want to add curl or swipe effects in displaying images. Is it possible to do so?
Asked
Active
Viewed 1,364 times
0
-
Use `UIPageViewController` to do this stuff. – Mani Mar 13 '14 at 10:23
-
check out this link http://stackoverflow.com/questions/22096742/ios-developer-sample-app-to-start/22097021#22097021 – PunjabiCoder Mar 13 '14 at 10:30
2 Answers
0
Add a UIImageView to the the Viewcontroller and add it as subViewcontroller to the UIPageViewController

Dinesh Reddy Chennuru
- 491
- 5
- 10
0
I would advise you to Google these problems first, as there is a lot of information available for your topic. You can see get more information on links below: