Latest | 0.1.9 |
---|---|
Homepage | https://github.com/tommypeps/JRSplitVC |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
[](https://travis-ci.org/José Roldán Jiménez/JRSplitVC)
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";
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, [email protected]
License
JRSplitVC is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JRSplitVC", "version": "0.1.9", "summary": "A UISplitViewController with adaptative layouts", "description": "UISplitViewController made easy, resize view's with gestures ;)", "homepage": "https://github.com/tommypeps/JRSplitVC", "license": "MIT", "authors": { "Joseu0301 Roldau0301n Jimeu0301nez": "[email protected]" }, "source": { "git": "https://github.com/tommypeps/JRSplitVC.git", "tag": "0.1.9" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/*", "resource_bundles": { "JRSplitVC": [ "Pod/Assets/*.png" ] } }
Sat, 27 Feb 2016 08:41:03 +0000