- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/coderyi/YiSlideMenu
- 软件文档: https://github.com/coderyi/YiSlideMenu
软件介绍
SlideMenu,简洁的侧边菜单,清爽风格。YiSlideView 是用 UIScrollView 实现的侧边菜单,左菜单、右菜单以及中间视图加在UIScrollView上。
使用方法
YiSlideMenu *slideMenu = [[YiSlideMenu alloc] initWithFrame:CGRectMake(0, 0, WScreen, HScreen)];
[self.view addSubview:slideMenu];
slideMenu.slideMenuDelegate=self;
slideMenu.navTitleLabel.text=@"YiSlideMenu";
UITableView *tableView=[[UITableView alloc] initWithFrame:CGRectMake(0, 0 , WScreen, HScreen-64) style:UITableViewStylePlain];
[slideMenu.centerView addSubview:tableView];
500 Lines or Less
Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!
