You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I had an existing UIViewController in my current settings that i don't want to recreate in SwiftUI, what's the best way of continuing to use it within this framework?
I've made a UIViewControllerRepresentable View and used it within a SettingCustomView, but it doesn't look like it sizes correctly e.g. has a 0 height, 0 width frame unless i set one manually. If i have to do that, is there a way to get the right height?
Let's say I had an existing UIViewController in my current settings that i don't want to recreate in SwiftUI, what's the best way of continuing to use it within this framework?
I've made a UIViewControllerRepresentable View and used it within a SettingCustomView, but it doesn't look like it sizes correctly e.g. has a 0 height, 0 width frame unless i set one manually. If i have to do that, is there a way to get the right height?
(ps. sorry for creating so many issues 🥺)
The text was updated successfully, but these errors were encountered: