CallJavaMethod() for Xcode?

Discuss any general programming issues here
Post Reply
Bugala
Posts: 1168
Joined: Sun Feb 14, 2010 7:11 pm

CallJavaMethod() for Xcode?

Post 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.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: CallJavaMethod() for Xcode?

Post by airsoftsoftwair »

Sure, PerformSelector() is your friend.
Post Reply