文章来源:淘论文网   发布者: 毕业设计   浏览量: 34



还可以点击去查询以下关键词:
[菜单]    [侧滑]    [右滑]    [定制]    [展开]    [好友]    [分组]    [QQ侧滑菜单,右滑菜单定制,QQ展开菜单,QQ好友分组]   

项目介绍:

QQMenu

QQ侧滑菜单,右滑菜单,QQ展开菜单,QQ好友分组

https://github.com/Zws-China/QQMenu

如果觉得对你还有些用,给一颗star吧。你的支持是我继续的动力。

PhotoShoot

How To Use//右滑菜单 //侧滑菜单使用的是MMDrawerController框架 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { LeftController *leftVC = [[LeftController alloc] init]; UINavigationController *centerNav = [[UINavigationController alloc] initWithRootViewController:[[CenterController alloc] init]]; centerNav.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName: [UIColor whiteColor]}; centerNav.navigationBar.tintColor = [UIColor whiteColor]; centerNav.navigationBar.barTintColor = [UIColor colorWithRed:44/255.0 green:185/255.0 blue:176/255.0 alpha:1]; self.drawerController = [[MMDrawerController alloc]initWithCenterViewController:centerNav leftDrawerViewController:leftVC]; [self.drawerController setShowsShadow:YES]; [self.drawerController setMaximumLeftDrawerWidth:kScreenWidth-100]; [self.drawerController setOpenDrawerGestureModeMask:MMOpenDrawerGestureModeAll]; [self.drawerController setCloseDrawerGestureModeMask:MMCloseDrawerGestureModeAll]; [self.drawerController setDrawerVisualStateBlock:^(MMDrawerController *drawerController, MMDrawerSide drawerSide, CGFloat percentVisible) { MMDrawerControllerDrawerVisualStateBlock block; block = [[MMExampleDrawerVisualStateManager sharedManager] drawerVisualStateBlockForDrawerSide:drawerSide]; if(block){ block(drawerController, drawerSide, percentVisible); } }];//侧滑效果 self.window.backgroundColor = [UIColor whiteColor]; [self.window setRootViewController:self.drawerController]; return YES; }

论文开题报告

这里还有:


还可以点击去查询:
[菜单]    [侧滑]    [右滑]    [定制]    [展开]    [好友]    [分组]    [QQ侧滑菜单,右滑菜单定制,QQ展开菜单,QQ好友分组]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7325.docx
  • 上一篇:ZWSpellCheckTool
  • 下一篇:百思不得姐(学习版)