All Projects → coderyi → Yislidemenu

coderyi / Yislidemenu

Licence: mit
SlideMenu,简洁的侧边菜单,清爽风格.

YiSlideMenu

Pod Version Pod Platform Pod License

SlideMenu,简洁的侧边菜单,清爽风格。

YiSlideView是用UIScrollView实现的侧边菜单,左菜单、右菜单以及中间视图加在UIScrollView上。

iOS Slide Menu with ability to add both left and right menu, and built in UIScrollView.

Podfile

platform :ios, '7.0'
pod "YiSlideMenu", "~> 0.1"

使用方法

YiSlideMenu *slideMenu = [[YiSlideMenu alloc] initWithFrame:CGRectMake(0, 0, WScreen, HScreen)];
[self.view addSubview:slideMenu];
slideMenu.slideMenuDelegate=self;
[email protected]"YiSlideMenu";

UITableView *tableView=[[UITableView alloc] initWithFrame:CGRectMake(0, 0 , WScreen, HScreen-64) style:UITableViewStylePlain];
[slideMenu.centerView addSubview:tableView];

YiRefresh

YiRefresh

copyright (c) 2015 coderyi.all rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].