文件名称:MMDrawerController-master
介绍说明--下载内容均来自于网络,请自行研究使用
实现自定义各种参数的sidebar视图布局(或者叫drawer view)效果,所谓sidebar视图布局,在很多app(比如网易新闻、facebook等等app)中都可以看到运用,即手指左右移动视图,主视图会移向旁边,在左边或者右边出现sidebar视图,一般是一些菜单。code4app有多份这种视图布局的代码,但这份代码能够对很多参数进行自定义,比如sidebar的宽度,是否需要阴影,是否支持pan手势、主视图移动的动画等等等等你能想到的属性都可以自定义-MMDrawerController is a side drawer navigation container view controller designed to support the growing number of applications that leverage the side drawer paradigm. This library is designed to exclusively support side drawer navigation in a light-weight, focused approach while exposing the ability to provide custom animations for presenting and dismissing the drawer.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MMDrawerController-master
.........................\.gitignore
.........................\CHANGELOG.md
.........................\KitchenSink
.........................\...........\ExampleFiles
.........................\...........\............\Default-568h@2x.png
.........................\...........\............\Default.png
.........................\...........\............\Default@2x.png
.........................\...........\............\MMAppDelegate.h
.........................\...........\............\MMAppDelegate.m
.........................\...........\............\MMCenterTableViewCell.h
.........................\...........\............\MMCenterTableViewCell.m
.........................\...........\............\MMDrawerControllerKitchenSink-Info.plist
.........................\...........\............\MMDrawerControllerKitchenSink-Prefix.pch
.........................\...........\............\MMExampleCenterTableViewController.h
.........................\...........\............\MMExampleCenterTableViewController.m
.........................\...........\............\MMExampleDrawerVisualStateManager.h
.........................\...........\............\MMExampleDrawerVisualStateManager.m
.........................\...........\............\MMExampleLeftSideDrawerViewController.h
.........................\...........\............\MMExampleLeftSideDrawerViewController.m
.........................\...........\............\MMExampleRightSideDrawerViewController.h
.........................\...........\............\MMExampleRightSideDrawerViewController.m
.........................\...........\............\MMExampleSideDrawerViewController.h
.........................\...........\............\MMExampleSideDrawerViewController.m
.........................\...........\............\MMLogoView.h
.........................\...........\............\MMLogoView.m
.........................\...........\............\MMSideDrawerSectionHeaderView.h
.........................\...........\............\MMSideDrawerSectionHeaderView.m
.........................\...........\............\MMSideDrawerTableViewCell.h
.........................\...........\............\MMSideDrawerTableViewCell.m
.........................\...........\............\MMTableViewCell.h
.........................\...........\............\MMTableViewCell.m
.........................\...........\............\en.lproj
.........................\...........\............\........\InfoPlist.strings
.........................\...........\............\main.m
.........................\...........\Icons
.........................\...........\.....\Icon-72.png
.........................\...........\.....\Icon-72@2x.png
.........................\...........\.....\Icon.png
.........................\...........\.....\Icon@2x.png
.........................\...........\MMDrawerControllerKitchenSink.xcodeproj
.........................\...........\.......................................\project.pbxproj
.........................\...........\.......................................\project.xcworkspace
.........................\...........\.......................................\...................\contents.xcworkspacedata
.........................\...........\.......................................\...................\xcshareddata
.........................\...........\.......................................\...................\............\MMDrawerControllerKitchenSink.xccheckout
.........................\...........\.......................................\xcshareddata
.........................\...........\.......................................\............\xcschemes
.........................\...........\.......................................\............\.........\MMDrawerControllerKitchenSink.xcscheme
.........................\LICENSE
.........................\MMDrawerController.podspec
.........................\MMDrawerController
.........................\..................\MMDrawerBarButtonItem.h
.........................\..................\MMDrawerBarButtonItem.m
.........................\.....