iOS 弹出视图 LewPopupViewController

码农软件 · 软件分类 · 弹出视图(Popup View) · 2019-06-30 19:42:26

软件介绍

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/9131.html

Ordering Disorder

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

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具