2016年5月26日
摘要: 一.UIView的基础动画 (代码版容易理解) 1.改变view的frame @property (nonatomic,strong) UIView *textView; (可以通过xib进行拖控件实现属性) //UIView动画有开始beginAnimation,有结束commitAnimatio 阅读全文
posted @ 2016-05-26 22:15 萌萌的周丽娜 阅读(155) 评论(0) 推荐(0) 编辑
摘要: self.view.backgroundColor = [UIColor orangeColor]; //加载旋转的菊花效果 //无需设置frame[UIActivityIndicatorView实现要实现的风火轮效果] UIActivityIndicatorView *indicatorView 阅读全文
posted @ 2016-05-26 20:46 萌萌的周丽娜 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 自己先手动拖进工程一组图片,以.tiff为后缀的 //创建一个显示图片的imageview UIImageView *showGIFImage = [[UIImageView alloc]initWithFrame:[UIScreen mainScreen].bounds]; [self.view 阅读全文
posted @ 2016-05-26 20:13 萌萌的周丽娜 阅读(211) 评论(0) 推荐(0) 编辑