passing uiimageview as a parameter in NStimer selector??

Posted by hemant on Stack Overflow See other posts from Stack Overflow or by hemant
Published on 2010-05-15T10:47:47Z Indexed on 2010/05/15 10:54 UTC
Read the original article Hit count: 246

Filed under:
|

i created a function onTimer passing it a uiimageview parameter...but when i call this function in a NStimer call as shown below i get a syntax error?? is there any other way around it??

[NSTimer scheduledTimerWithTimeInterval:0.05 target:self selector:@selector(onTimer:image) userInfo:nil repeats:YES];

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk