shaps80 / SwiftUIBackports

A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS
MIT License
931 stars 59 forks source link

Backports UIHostingConfiguration #6

Closed shaps80 closed 2 years ago

shaps80 commented 2 years ago

This simplifies embedding SwiftUI view's in UICollectionViewCell's.

UITableViewCell will come in a future update.

Note: Some features were intentionally omitted as they were not relevant for a backport and would require a substantial effort to include. However, I believe this implementation satisfies the majority of cases.

In-app testing and user-feedback will be required in order to fix any (currently unknown) bugs.