/JRSplitVC

UISplitViewController with adaptative layouts

Primary LanguageObjective-CMIT LicenseMIT

JRSplitVC

Example

[![CI Status](http://img.shields.io/travis/José Roldán Jiménez/JRSplitVC.svg?style=flat)](https://travis-ci.org/José Roldán Jiménez/JRSplitVC) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

new customview on collapseview

Custom primary view

    self.primaryViewControllerCollapsed = @"MyCustonViewCollapse";
    self.primaryViewControllerExpand = @"MyMasterViewStorybard";
    self.storyboardFile = @"MyStoryBoardFile";

Example

Installation

JRSplitVC is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JRSplitVC"

Author

José Roldán Jiménez, nosoycomplicao@gmail.com

License

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