WWSideslipViewController

码农软件 · 软件分类 · 视图布局(View Layout) · 2019-06-23 17:42:57

软件介绍

WWSideslipViewController 模仿 QQ 的侧滑效果。支持左边栏侧滑、右边栏侧滑、滑动设置等功能。

非常简便的方法初始化   

LeftViewController * left = [[LeftViewController alloc]init];    
MainViewController * main = [[MainViewController alloc]init];    
RightViewController * right = [[RightViewController alloc]init];
WWSideslipViewController
 * slide = [[WWSideslipViewController alloc]initWithLeftView:left 
andMainView:main andRightView:right andBackgroundImage:[UIImage 
imageNamed:@"bg.png"]];

//滑动速度系数
[slide setSpeedf:0.5];

//点击视图是是否恢复位置
slide.sideslipTapGes.enabled = YES;

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

Practical Algorithms for Programmers

Practical Algorithms for Programmers

Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99

Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具