视图旋转方式
摘要:#define DEGREES_TO_RADIANS(d) (d * M_PI / 180)/* [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:0.35]; self.rotaImageView.layer.transform = CATransform3DRotate(self.rotaImageView.layer.transform, 3*M_PI, 0, 0, 1); [UIView commitAnimations];...
阅读全文
posted @
2012-09-24 09:20
不及格的程序员-八神
阅读(383)
推荐(0)