Skip to content

Customizable drawer (`UIViewController` container) for iOS.

License

Notifications You must be signed in to change notification settings

saldavonschwartz/Drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OXFEDE::Drawer

Customizable drawer (UIViewController container) for iOS.

How to use it:

  1. Make sure you have both the OXFEDEDrawer OXFEDEDrawerAppearanceDelegate classes in your project.

  2. Include OXFEDEDrawer.h

  3. Look at the drawer public interface for a list of properties you can change at runtime. A simple example:

    	//	Inside some view controller:
    
        self.drawer = [OXFEDEDrawer new];
        self.drawer.container = self;
        self.drawerContent = //	Some other view controller
        self.drawer.content = self.drawerContent;
  4. For further customization inherit from the default appearance delegate OXFEDEDrawerAppearanceDelegate or implement the OXFEDEDrawerAppearanceDelegate protocol.


Copyright (c) 2015 Federico Saldarini

LinkedIn | 0xfede.io | GitHub

About

Customizable drawer (`UIViewController` container) for iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages