Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 939 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 939 Bytes

KYDrawerController-ObjC

Side Drawer Navigation Controller similar to Android, rewritten Swift version in Objective-C

  • Storyboard Support
  • AutoLayout Support

image.png storyboard.pngdrawer.gif

Installation

CocoaPods

KYDrawerController is available on CocoaPods. Add the following to your Podfile:

pod 'KYDrawerController-ObjC'

Manually

Just add the Classes folder to your project.

Usage

(see sample Xcode project in /Example)

For more information, please visit Swift version homepage.