- 授权协议: 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];
Beginning Google Maps API 3
Gabriel Svennerberg / Apress / 2010-07-27 / $39.99
This book is about the next generation of the Google Maps API. It will provide the reader with the skills and knowledge necessary to incorporate Google Maps v3 on web pages in both desktop and mobile ......一起来看看 《Beginning Google Maps API 3》 这本书的介绍吧!
