Customizable drawer (UIViewController
container) for iOS.
-
Make sure you have both the
OXFEDEDrawer
OXFEDEDrawerAppearanceDelegate
classes in your project. -
Include
OXFEDEDrawer.h
-
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;
-
For further customization inherit from the default appearance delegate
OXFEDEDrawerAppearanceDelegate
or implement theOXFEDEDrawerAppearanceDelegate
protocol.
Copyright (c) 2015 Federico Saldarini