码迷,mamicode.com
首页 >  
搜索关键字:popanimation    ( 3个结果
ios开发--animation flash动画
/** * showAnimationFlash */ + (void)showAnimationFlashWithView:(UIView *)animationView duration:(CGFloat)duration { CAKeyframeAnimation *popAnimation  ...
分类:移动开发   时间:2016-03-31 09:33:52    阅读次数:304
导入FaceBook POP报错
使用cocoaPods下载下来POP动画库,想手动导入到原来的工程,但是到了一堆错,什么文件没找到之类的。最后索性修改了所有的报错头文件: 修改POP.h后 :  #import "POPAnimatableProperty.h" #import "POPAnimation.h" #import "POPAnimationEvent.h" #import "POPAnim...
分类:其他好文   时间:2015-01-15 16:10:54    阅读次数:471
Android中popWindow弹出菜单的编写
1、什么是popWindow? popWindow就是对话框的一种方式!此文讲解的android中对话框的一种使用方式,它叫popWindow。 2、popWindow的特性 Android的对话框有两种:PopupWindow和AlertDialog。它们的不同点在于: AlertDialog的位置固定,而PopupWindow的位置可以随意。 AlertDialog是非阻塞线程的,而...
分类:移动开发   时间:2014-05-03 21:01:27    阅读次数:484
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!