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
Awesome library by the way. I'm currently trying to use it to test one of the libraries that I'm maintaining. However, I've encountered an issue wherein .viewController() fails to locate the underlying UIViewController in a UIViewControllerRepresentable. I'm entirely not sure if I'm overlooking something in my approach. Hence, I'd greatly appreciate any help.
Here's a minimal reproducible example based on my library's implementation. I use background() modifier as a bridge for the UIKit implementation behind the scene.
Test was run using Xcode 15.3, iOS 17.4 simulator on macOS 14.4.1.
Let me know if you need additional information. Thank you!
Hello @nalexn,
Awesome library by the way. I'm currently trying to use it to test one of the libraries that I'm maintaining. However, I've encountered an issue wherein
.viewController()
fails to locate the underlyingUIViewController
in aUIViewControllerRepresentable
. I'm entirely not sure if I'm overlooking something in my approach. Hence, I'd greatly appreciate any help.Here's a minimal reproducible example based on my library's implementation. I use
background()
modifier as a bridge for the UIKit implementation behind the scene.Test was run using Xcode 15.3, iOS 17.4 simulator on macOS 14.4.1.
Let me know if you need additional information. Thank you!
The text was updated successfully, but these errors were encountered: