Skip to content

How to develop an iOS 14 application with SwiftUI 2.0 framework. How to create an Onboarding Screen with Page Tab View

Notifications You must be signed in to change notification settings

samuelnoye/Ama-Fruits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ama-Fruits

USER INTERFACE AND USER EXPERIENCE APP DESIGN

  1. How to develop an iOS 14 application with SwiftUI 2.0 framework.
  2. How to create an Onboarding Screen with Page Tab View.
  3. How to create a data model and fetch data using Swift language
  4. How to store the state of the app with the new App Storage
  5. How to display an Onboarding or a Home screen
  6. Understand how the new App Life Cycle works in SwiftUI 2.0
  7. Learn how to use the new Link View in SwiftUI 2.0
  8. Learn how to use the new Goup Box View in SwiftUI 2.0
  9. Learn how to use the new Disclosure View in SwiftUI 2.0
  10. How to display views dynamically in a List View with a loop Simulator Screen Shot - iPhone 14 Pro - 2023-01-17 at 12 35 44

Simulator Screen Shot - iPhone 14 Pro - 2023-01-17 at 12 35 51

Uploading Simulator Screen Shot - iPhone 14 Pro - 2023-01-17 at 12.36.02.png… Simulator Screen Shot - iPhone 14 Pro - 2023-01-17 at 12 36 17

extension UIScreen{ static let screenWidth = UIScreen.main.bounds.size.width static let screenHeight = UIScreen.main.bounds.size.height static let screenSize = UIScreen.main.bounds.size }

About

How to develop an iOS 14 application with SwiftUI 2.0 framework. How to create an Onboarding Screen with Page Tab View

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages