Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zalazara/swiftui-uikit-interpolation
https://github.com/zalazara/swiftui-uikit-interpolation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zalazara/swiftui-uikit-interpolation
- Owner: zalazara
- Created: 2022-05-06T13:57:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T20:08:18.000Z (over 2 years ago)
- Last Synced: 2024-10-14T19:42:46.455Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of using SwiftUI inside UIKit
This is an example application of using SwiftUI views inside UIKit views and how to reactive to SwiftUI observable variables in UIKit.
## This project is based on these articles:
- [ObservableObject, @Published, and Protocols with SwiftUI, UIKit, and Cuckoo by Kari Grooms](https://medium.com/expedia-group-tech/observableobject-published-and-protocols-with-swiftui-uikit-and-cuckoo-cce69a47f08a)
- [Getting started with UIKit in SwiftUI and vice versa by Antoine Van Der Lee](https://www.avanderlee.com/swiftui/integrating-swiftui-with-uikit/)