How can I get a Transition Animation
effect(like a page slide) on a single View Controller - so that it looks like i am transitioning to a new page/controller
(although only data is changing in the same view)?
For example: I have a UIViewController
that has Previous and Next buttons. On clicking Next these buttons, a different Title and Image is displayed on the 'same'UIViewController
.
I know this can be done with UIPageViewController
- but I am new to iOS, and find it rather difficult to implement that way.