Page 1 of 1

CallJavaMethod() for Xcode?

Posted: Thu Dec 10, 2020 10:05 pm
by Bugala
Is there something similar to Androids CallJavaMethod(), but one that would be for iOS and lets execute Xcode?

Thinking of getting to pick from image gallery using Xcode, I guess they would have command like that too.

Re: CallJavaMethod() for Xcode?

Posted: Fri Dec 11, 2020 10:45 pm
by airsoftsoftwair
Sure, PerformSelector() is your friend.