音乐波形图动画效果注意经过测试,后期会发热严重,有优化的必要,但目前还没有处理。效果源码https://github.com/YouXianMing/Animations//// MusicBarAnimationController.m// Animations//// Created by...
分类:
其他好文 时间:
2016-01-15 23:07:08
阅读次数:
182
心电图动画效果效果源码https://github.com/YouXianMing/Animations//// BezierPathViewController.m// Animations//// Created by YouXianMing on 16/1/11.// Copyrigh...
分类:
其他好文 时间:
2016-01-11 22:14:52
阅读次数:
201
翻页效果效果说明修正以前源码的不妥之处。源码https://github.com/YouXianMing/Animations//// PageFlipEffectController.m// Animations//// Created by YouXianMing on 16/1/6.//...
分类:
其他好文 时间:
2016-01-06 21:40:58
阅读次数:
165
AlertView动画效果源码https://github.com/YouXianMing/Animations//// AbstractAlertView.h// Animations//// Created by YouXianMing on 16/1/2.// Copyright © ...
分类:
其他好文 时间:
2016-01-02 12:19:49
阅读次数:
197
- (void)rotateSpinningView{ [UIView animateWithDuration:1.5 delay:0 options:UIViewAnimationOptionCurveLinear animations:^{ self.imageView.transfor...
分类:
其他好文 时间:
2015-12-30 22:08:23
阅读次数:
235
图片切换的效果效果源码https://github.com/YouXianMing/Animations//// LiveImageView.h// Animations//// Created by YouXianMing on 15/12/27.// Copyright © 2015年 ...
分类:
其他好文 时间:
2015-12-27 20:26:36
阅读次数:
145
Shimmer辉光动画效果效果源码https://github.com/facebook/Shimmerhttps://github.com/YouXianMing/Animations//// ShimmerController.m// Animations//// Created by Y...
分类:
其他好文 时间:
2015-12-18 22:47:09
阅读次数:
206
原文链接 : Introduction to Custom View Controller Transitions and Animations
原文作者 : joyce echessa
译文出自 : 开发技术前线 www.devtf.cn
译者 : kmyhy
Looking at the built in apps from Apple on your iOS device,...
分类:
其他好文 时间:
2015-12-14 16:46:17
阅读次数:
276
你的动画写出来卡嘛?流畅嘛如果你想提升动画的性能,那就是用它-hardware layers。During animations your views may be redrawn each frame. If you use view layers, instead of having to re...
分类:
移动开发 时间:
2015-12-09 23:07:59
阅读次数:
209
transform的使用概念对UIView做形变的操作,它是UIView的属性transform的操作平移 [UIView animateWithDuration:0.25 animations:^{ //平移 //CGAffineTransformMake是始终相对于最原始的位置...
分类:
其他好文 时间:
2015-12-09 21:26:28
阅读次数:
183