iOS Question NativeObject - where can i find the methods i can set

Alexander Stolte

Expert
Licensed User
Longtime User
I often see in the forum that someone is using the nativeobject to make settings, but I always wonder where to get this information from the commands I can put there?
B4X:
Dim no As NativeObject = tv_TextView
no.SetField("LeftPadding",0)
 
Top