Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tommypeps/JRSplitVC
- Owner: tommypeps
- License: mit
- Created: 2015-09-06T12:04:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T18:53:23.000Z (almost 9 years ago)
- Last Synced: 2024-07-05T15:06:12.479Z (4 months ago)
- Language: Objective-C
- Size: 9.45 MB
- Stars: 30
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## InstallationJRSplitVC 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.