3 Creating the Onboarding Screen with multiple slides Swift 5 XCode 12
YOUR LINK HERE:
http://youtube.com/watch?v=VMiaNFabsZA
In this video, we create the app's onboarding screen. • We start by designing our slide page. Then we move on to showing different slide information for the respective pages. • We also go ahead to connect the slides and page controls such that swiping to a different page is represented on the page control. • Next, we connect our button to the slides so that clicking next scrolls to the next page, and on the last page, the button text will be updated to Get Started • If you'd like to learn how to only show the onboarding page once before it is completed, check out this video: • 20. Saving User Onboarding Status wit... • • Additional Resources • Yummie Full App: https://github.com/EMacco/ios-tutoria... • Image Assets: https://drive.google.com/drive/folder... • CollectionView: • iOS Dev 11: CollectionViews | Swift 5... • Connecting outlets/actions and multiple views: • iOS Dev 6: Tic-Tac-Toe (X and O) Comp... • Slides Information: • slides = [ • OnboardingSlide(title: Delicious Dishes , description: Experience a variety of amazing dishes from different cultures around the world. , image: #imageLiteral(resourceName: slide2 )), • OnboardingSlide(title: World-Class Chefs , description: Our dishes are prepared by only the best. , image: #imageLiteral(resourceName: slide1 )), • OnboardingSlide(title: Instant World-Wide Delivery , description: Your orders will be delivered instantly irrespective of your location around the world. , image: #imageLiteral(resourceName: slide3 )) • ] • Say Hi on Social Media: • LinkedIn: / emacco • Twitter: / its_macco • If you feel like buying me a coffee :) • https://www.buymeacoffee.com/emmanuel...
#############################
