• Stars
    star
    426
  • Rank 101,591 (Top 3 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[DEPRECATED]

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 license MIT Carthage compatible

DrawerController is a swift version of the popular MMDrawerController by Mutual Mobile.

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

platform :ios, '8.0'
use_frameworks!

pod 'DrawerController', '~> 4.0'

Carthage

github "sascha/DrawerController"

Credit

Originally designed and developed by the fine folks at Mutual Mobile.

Swift version by


License

DrawerController is available under the MIT license. See the LICENSE file for more info.