Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zalazara/swiftui-uikit-interpolation


https://github.com/zalazara/swiftui-uikit-interpolation

Last synced: about 1 month ago
JSON representation

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/)