/** * showAnimationFlash */ + (void)showAnimationFlashWithView:(UIView *)animationView duration:(CGFloat)duration { CAKeyframeAnimation *popAnimation ...
分类:
移动开发 时间:
2016-03-31 09:33:52
阅读次数:
304
使用cocoaPods下载下来POP动画库,想手动导入到原来的工程,但是到了一堆错,什么文件没找到之类的。最后索性修改了所有的报错头文件:
修改POP.h后 :
#import "POPAnimatableProperty.h"
#import "POPAnimation.h"
#import "POPAnimationEvent.h"
#import "POPAnim...
分类:
其他好文 时间:
2015-01-15 16:10:54
阅读次数:
471
1、什么是popWindow?
popWindow就是对话框的一种方式!此文讲解的android中对话框的一种使用方式,它叫popWindow。
2、popWindow的特性
Android的对话框有两种:PopupWindow和AlertDialog。它们的不同点在于:
AlertDialog的位置固定,而PopupWindow的位置可以随意。
AlertDialog是非阻塞线程的,而...
分类:
移动开发 时间:
2014-05-03 21:01:27
阅读次数:
484