方法需传参数为SEL时的注意
2016-04-18 本文已影响46人
訷訷
调用系统方法需要传@selector()建议打开方法定义查看注释是否有说明@selector格式
例如:
[UIView setAnimationDidStopSelector:@selector(animationDidStop:finished:context:)];
UIImageWriteToSavedPhotosAlbum(self.imageView.image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);