IOS Swift: transition animation on the same view controller

How can I get the Transition Animation

effect (for example on a slide page) on one View Controller - so that it looks like I'm navigating to new page/controller

(although only the data changes in the same form) <? / P>

For example: I have UIViewController

one that has Previous and Next buttons. When you click the "Next" button on the "same" UIViewController

, a different name and image is displayed.

I know it can be done with UIPageViewController

- but I am new to firmware and find it quite difficult to implement this way.

+3


source to share





All Articles