Skip to content

Saamu02/RestartApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

RestartApp

This is the 2nd app, I made in SwiftUI for my learning.

App UI:

Video:

RestartAppVideo.mp4

Important Points:

  • How to use user defaults in SwiftUI with the help of a property wrapper @AppStorage @AppStorage -> a special SwiftUI property wrapper that uses user defaults behind the scenes. It can store value in device’s permanent storage by utilizing a get and set method
  • How to add drag gesture and update the UI accordingly
  • Adding animations into the UI for better transitions
  • Add horizontal parallax effect with the help of drag gesture
  • Use absolute values for parallax effect
  • Use rotation effect with drag gesture
  • Use sounds for screen transitions
  • Use haptic feedback for full and half drag gesture

Note: I am following the tutorials SwiftUI + SwiftData Masterclass - iOS App Development Swift by Robert Petras.

Reference Link: https://www.udemy.com/course/swiftui-masterclass-course-ios-development-with-swift/

About

App 2: App made with SwiftUI for iOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages