WWSideslipViewController
- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/oopww1992/WWSideslipViewController
软件介绍
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;
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》 这本书的介绍吧!
