# drawercontroller **Repository Path**: mirrors/drawercontroller ## Basic Information - **Project Name**: drawercontroller - **Description**: DrawerController 是轻量级的,易用的侧边抽屉式导航控制器,使用 Swift 编写,基于 MMDrawerController - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/drawercontroller - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-14 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *************** WARNING: THIS PROJECT IS DEPRECATED ==================================== It will not receive any future updates or bug fixes. If you are using it, please migrate to another solution. *************** # Drawer Controller [![Version Status](http://img.shields.io/cocoapods/v/DrawerController.png)](http://cocoadocs.org/docsets/DrawerController/4.0.0/) [![license MIT](http://img.shields.io/badge/license-MIT-orange.png)](http://opensource.org/licenses/MIT) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) `DrawerController` is a swift version of the popular `MMDrawerController` by [Mutual Mobile](https://github.com/mutualmobile/MMDrawerController). Some minor changes in this version include the removal of all < iOS 7.0 related code and the use of spring animations instead of ease-in-ease-out animations. We've also added an animated `BarButtonItem` and plan to enable additional features for regular horizontal size classes (i.e. iPad and iPhone 6 Plus in landscape). This is currently a work in progress and has not been thoroughly tested. Use at your own risk. ## Installation #### [CocoaPods](http://cocoapods.org) ````ruby platform :ios, '8.0' use_frameworks! pod 'DrawerController', '~> 4.0' ```` #### [Carthage](https://github.com/Carthage/Carthage) ````bash github "sascha/DrawerController" ```` --- ## Credit Originally designed and developed by the fine folks at [Mutual Mobile](http://mutualmobile.com). Swift version by * [Sascha Schwabbauer](http://twitter.com/_saschas) * [Malte Baumann](http://twitter.com/codingdivision) --- ## License `DrawerController` is available under the MIT license. See the LICENSE file for more info.