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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -