This basic application demos using SwiftUI to create a User Profile. The app features the following:
- Settings Page that appears as a
.sheet(...)
Modal. - RGB Sliders to adjust header background
@AppStorage
is used to store RGB Slider values and String values for Profile Text.
- RGB Sliders to adjust header background
- Make Settings Page that appears as a Modal
- Editable Name and Subtitle fields
- Editable Description fields
- Implement Image Picker for Profile Image
- Xcode 12+
- Swift 5.1+
- iPhone running iOS 14+
- Clone or download the project to your local machine
- Open the project in Xcode
- Run in Xcode Simulator or on a iPhone running iOS 13 or newer.