iOS 侧边菜单 YiSlideMenu

码农软件 · 软件分类 · 菜单 (Menu) · 2019-05-18 16:42:40

软件介绍

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];




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

500 Lines or Less

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》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

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

HTML 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具