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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add support to pass through touches that reach the bottom of a SwiftUI scroll container to whatever is underneath.
You can now inherit or initalise a HostingParentView instead of UIView, in the case that you aren't adding the UIHostingController to a parent view controller. While you should always add the UIHostingController to a parent view controller if possible to correctly manage view lifecycle, there may be instances where you are for example adding SwiftUI components to a reusable custom UIView in which case using HostingParentView would be acceptable.