Important
This repository comprises the source code of the initial iOS apps I developed while learning SwiftUI for the first time. I followed Sean Allen's SwiftUI Fundamentals Course, which spanned 11 hours.
A simple yet beautiful weather app UI with animations. This was the very first app I worked on, except for having some animations nothing special xD.
Weather-App-Preview.mov
Light Mode | Dark Mode |
---|---|
I learned to use UIViewRepresentable to connect SwiftUI and UIKit in case SwiftUI doesn't support the type of user interface I want.
- Clone the repository:
git clone https://github.com/0xAdiyat/SwiftUI-Playground.git
- Open the Xcode project:
cd SwiftUI-Bootcamp open SwiftUI-Bootcamp.xcodeproj
- Run the app in Xcode.
Important
If you wish to contribute a change to any of the existing features or add new ones to this repo, please feel free to contribute and send a pull request. I welcome and encourage all pull requests. It usually takes me within 24-48 hours to respond to any issue or request.
@0xAdiyat