Stay hungry,stay foolish
摘要: 1 // 第一种方式:头尾式 2 3 // 开始动画 4 [UIView beginAnimations:nil context:nil]; 5 // 设置动画的时间 6 [UIView setAnimationDuration:2.0]; 7 // CGRect frame = self.redView.frame; 8 // ... 阅读全文
posted @ 2016-04-15 21:54 程序员不圆 阅读(274) 评论(0) 推荐(0) 编辑