iOSViewExtension - UBogun/Xojo-iosLib GitHub Wiki
iOSCOntrolExtension extends iOSViews with access to UIViewcontroller features.
Properties
ViewHandle As Ptr: Corrects the current Xojo bug where the ptr ViewControllerHandle gives the same value like handle. This is the Pointer to the iOSView's UIView/iOSLibView.
View As iOSLibView: Gives access to the UIView/iOSLibView instance of the iOSView.