Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tommypeps/JRSplitVC

UISplitViewController with adaptative layouts
https://github.com/tommypeps/JRSplitVC

Last synced: 13 days ago
JSON representation

UISplitViewController with adaptative layouts

Awesome Lists containing this project

README

        

# JRSplitVC

![Example](images/JRSplitVC)

[![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](https://img.shields.io/cocoapods/v/JRSplitVC.svg?style=flat)](http://cocoapods.org/pods/JRSplitVC)
[![License](https://img.shields.io/cocoapods/l/JRSplitVC.svg?style=flat)](http://cocoapods.org/pods/JRSplitVC)
[![Platform](https://img.shields.io/cocoapods/p/JRSplitVC.svg?style=flat)](http://cocoapods.org/pods/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

``` Objective-C
self.primaryViewControllerCollapsed = @"MyCustonViewCollapse";
self.primaryViewControllerExpand = @"MyMasterViewStorybard";
self.storyboardFile = @"MyStoryBoardFile";
```
![Example](images/JRSplitVC3.gif)
## Installation

JRSplitVC is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
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.