iOS 弹出视图 LewPopupViewController
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/pljhonglu/LewPopupViewController
- 软件文档: https://github.com/pljhonglu/LewPopupViewController
软件介绍
iOS 下的弹出视图。支持iPhone/iPad
使用方法
弹出视图
PopupView *view = [PopupView defaultPopupView];
view.parentVC = self;
[self lew_presentPopupView:view animation:[LewPopupViewAnimationFade new] dismissed:^{
NSLog(@"动画结束");
}];视图消失
[_parentVC lew_dismissPopupView];
扩展动画
本身自带了四种动画形式,如果你觉得这四种动画无法满足你的需求,可以自行扩展,只需要在自定义类中实现 LewPopupAnimation 接口,并重写相应的两个方法即可
Ordering Disorder
Khoi Vinh / New Riders Press / 2010-12-03 / USD 29.99
The grid has long been an invaluable tool for creating order out of chaos for designers of all kinds—from city planners to architects to typesetters and graphic artists. In recent years, web designers......一起来看看 《Ordering Disorder》 这本书的介绍吧!
