https://github.com/vin20777/swiftui-practice
Follow the tutorial and learn basic reactive programming ideas!
https://github.com/vin20777/swiftui-practice
swiftui xcode11
Last synced: about 1 month ago
JSON representation
Follow the tutorial and learn basic reactive programming ideas!
- Host: GitHub
- URL: https://github.com/vin20777/swiftui-practice
- Owner: vin20777
- Created: 2020-12-09T19:15:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T19:36:03.000Z (over 5 years ago)
- Last Synced: 2025-03-06T12:52:32.621Z (about 1 year ago)
- Topics: swiftui, xcode11
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftUI Practice
## Platform Requirements
1. MacOS 10.15 or above
2. Xcode 11 or above
## Pros and Cons
1. Write UI in Swift instead of interface builder (IB) which reduced conflicts in source control, but a big difference when construction.
2. Easier to reuse the UI components since it now written in Swift code.
3. Faster preview through the panel without running the simulator.
4. Still only apply for iOS platform, unlike other cross-platform reactive programming languages (Ex. ReactNative, Flutter, etc)
## Learning Source
- [Reactive Programming](https://en.wikipedia.org/wiki/Reactive_programming)
- [Raywenderlich](https://www.raywenderlich.com/3715234-swiftui-getting-started)