iOS Question GetField... RunMethod

Marc Van Cauwenberghe

Member
Licensed User
Longtime User
Hi,
I often see this kind of construct

B4X:
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1))

Could anyone explain this or point me to some explanation

Msny thanks

Marc
 
Last edited:

Marc Van Cauwenberghe

Member
Licensed User
Longtime User
Thank you Erel. Thought as much.
Fixed Code Insert.
Is there a small tutorial with examples for the syntax. If not, no problem will figure it out myself.

Many thanks.
 
Upvote 0
Top