SwiftUITouchHandling
SwiftUITouchHandling copied to clipboard
[IMP] Subclass UIHostingController.
[ADD] Button frame retrieval.
Since we subclass UIHostingController you can override all its methods.
I was able to know if events and touches should be passed to the UIButton but unable to actually pass them...