objective c - call a function written in iOS module from titanium -


in xcode viewproxy wrote code below:

-(void) hideselecteddate { nslog(@"[info] in hide selected date proxy"); [self performselectoronmainthread:@selector(hideselecteddate) withobject:nil waituntildone:no]; } 

when call titanium, "in hide selected date proxy" written in console, app crashes after it.

how can use :

[self performselectoronmainthread:@selector(hideselecteddate) withobject:nil waituntildone:no]; 

"hideselecteddate" trying call in in view


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -