Skip to content

Releases: Priva28/HostingPassthrough

v1.1

06 Feb 13:52
e7b8134
Compare
Choose a tag to compare
  • 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.

v1

10 Jan 13:04
b9f3359
Compare
Choose a tag to compare
v1
Update README.md