I get a runtime error - it appears I am not initializing the B4XSwith view properly. Below is the runtime error:
Unexpected event (missing RaisesSynchronousEvents): tabstrip1_pageselected:
Error occurred on line: 134 (B4XSwitch)
Object was not initialized (NSObject)
Below is my code to initialize the switch:
MySwitch.Initialize(B4XPages.GetNativeParent(Me),"BillingSameAs")
The switch view is on a CustomListView that is added to a TabStrip