https://github.com/tapwork/swiftui-tips
CocoaHeads Aachen: SwiftUI Tips&Tricks 09/24/2020
https://github.com/tapwork/swiftui-tips
Last synced: 2 months ago
JSON representation
CocoaHeads Aachen: SwiftUI Tips&Tricks 09/24/2020
- Host: GitHub
- URL: https://github.com/tapwork/swiftui-tips
- Owner: tapwork
- License: mit
- Created: 2020-09-25T07:58:46.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-25T08:16:31.000Z (almost 6 years ago)
- Last Synced: 2025-12-25T22:31:17.275Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 221 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUI Tips&Tricks
CocoaHeads Aachen: 09/24/2020
# Topics in the example
1. ViewModfier (custom) to extract logic
2. Make use of Environments
3. Imageloader and use a custom Environment for a cache
4. Handle the Keyboard properly
5. Correct usage of UIViewRepresentable
6. StateObject