IOS弹出视图 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 接口,并重写相应的两个方法即可

本文地址:https://codercto.com/soft/d/8820.html

Designing Web Navigation

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》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器