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://www.codercto.com/soft/d/6023.html

Beginning Google Maps API 3

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

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具