2012年5月26日

CGAffineTransform相关函数(二)

摘要: - (void)willAnimateFirstHalfOfRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{ if (toInterfaceOrientation == UIInterfaceOrientationPortrait) { b=YES; self.view=mainvv; self.view.transform = CGAffin... 阅读全文

posted @ 2012-05-26 12:16 jackbutler 阅读(777) 评论(0) 推荐(0) 编辑

CGAffineTransform相关函数(一)

摘要: CGAffineTransform rotation = CGAffineTransformMakeRotation(M_PI_2);[xxx setTransform:rotation];呵呵就这么简单的两行代码就可以实现了!顺便记录一些常量,以后用的着!#define M_E2.71828182845904523536028747135266250e#define M_LOG2E1.44269504088896340735992468100189214log 2e#define M_LOG10E0.434294481903251827651128918916605082log 10e#de 阅读全文

posted @ 2012-05-26 12:14 jackbutler 阅读(198) 评论(0) 推荐(0) 编辑

导航