摘要: 序列帧动画概念和序列帧动画实现 方式1: -[UIImage animatedImageWithImages:动画图片数组 duration:持续时间]; // 可以获取一个能做动画的UIImage对象"gif图片" 方式2: self.imageView.animationImages = arr 阅读全文
posted @ 2017-05-09 16:12 哇哈爽 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 1.设置UIButton的按钮内容 //设置自定义的按钮 //UIButton *button1=[UIButton buttonWithType:UIButtonTypeCustom]; //设置一个圆角的按钮 UIButton *button1=[UIButton buttonWithType: 阅读全文
posted @ 2017-05-09 16:03 哇哈爽 阅读(241) 评论(0) 推荐(0) 编辑