ios 动画的时候 如果加阴影 会卡顿的
摘要:
记录一下今天某群的聊天记录,一些算是经验吧,以后有用的。呵呵~动画的时候 如果加阴影 会卡顿的A 10:59:13 _toView.layer.shadowColor = [[UIColor blackColor] CGColor]; _toView.layer.shadowOffset = CGSizeMake(0.5, 0.5); _toView.layer.shadowRadius = 10; _toView.layer.shadowOpacity = 0.6; 这种会卡顿的B 10:59:21我给你找找A 10:59:25这样就不会了B) 10:59:40[UIBezierPath b 阅读全文
posted @ 2013-12-21 19:06 Hai_阔天空 阅读(356) 评论(0) 推荐(0)
浙公网安备 33010602011771号