Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 564 Bytes

SGBDrillDownController

SGBDrillDownController is a parent view controller for the iPad which manages a stack of controllers similarly to UINavigationController while keeping the top two controllers visible similarly to UISplitViewController.

Installation

To use SGBDrillDownController in your project, add this line to your podfile:

pod 'SGBDrillDownController', '~> 1.0'

and then run:

$ pod install

for more information about pods and podfiles, visit the CocoaPods website.