swift - How do I SWIPE through ViewControllers using Storyboard ID -


hello guys im noob in programming , im building app im stuck on part when need swipe through viewcontroillers

i build them in mainstoryboard , need swipe left , right read on articles can done using storyboard id if can give me simple example of code how swipe left , right on 2 random view controlers using swift

thank in advance.

you should use uipageviewcontroller. can find examples here:


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -