Here is my codes
-(void)dealUIImageView*)cardImage
{
[NSTimer scheduledTimerWithTimeInterval:timeTaken*10 target:self selectorselector(alphaDealImage:cardImage userInfo:nil repeats:NO];
}
-(void) alphaDealImageUIImageView*)cardImage
{
cardImage.alpha = 0.0;
}
It crashes my program and I have searched all through the web for this problem. The bold line must be the one doing the job. Anyone knows how to write the right code for that?
-(void)dealUIImageView*)cardImage
{
[NSTimer scheduledTimerWithTimeInterval:timeTaken*10 target:self selectorselector(alphaDealImage:cardImage userInfo:nil repeats:NO];
}
-(void) alphaDealImageUIImageView*)cardImage
{
cardImage.alpha = 0.0;
}
It crashes my program and I have searched all through the web for this problem. The bold line must be the one doing the job. Anyone knows how to write the right code for that?