摘要: //闪烁 [self.mainImageView.layer removeAnimationForKey:@"opacityForever"]; CABasicAnimation *animation=[CABasicAnimation animationWithKeyPath:@"opacity"]; animation.fromValue=[NSNumber num... 阅读全文
posted @ 2016-11-10 10:41 Qiang zi 阅读(141) 评论(0) 推荐(0)