IOS弹出视图 LewPopupViewController
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/pljhonglu/LewPopupViewController
- 软件文档: https://github.com/pljhonglu/LewPopupViewController
软件介绍
LewPopupViewController是一款IOS弹出视图软件。
iOS 下的弹出视图。支持iPhone/iPad。
软件截图
使用方法
弹出视图
PopupView *view = [PopupView defaultPopupView];
view.parentVC = self;
[self lew_presentPopupView:view animation:[LewPopupViewAnimationFade new] dismissed:^{
NSLog(@"动画结束");
}];视图消失
[_parentVC lew_dismissPopupView];
扩展动画
本身自带了四种动画形式,如果你觉得这四种动画无法满足你的需求,可以自行扩展,只需要在自定义类中实现 LewPopupAnimation 接口,并重写相应的两个方法即可
Designing Web Navigation
James Kalbach / O'Reilly Media / 2007-8-15 / USD 49.99
Thoroughly rewritten for today's web environment, this bestselling book offers a fresh look at a fundamental topic of web site development: navigation design. Amid all the changes to the Web in the pa......一起来看看 《Designing Web Navigation》 这本书的介绍吧!
