CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

SplitView 1.2.0

SplitView 1.2.0

Maintained by twodayslate.




SplitView 1.2.0

SplitView

Resizable Split View, inspired by Apple's Split View for iPadOS and SplitKit

Vertical Horizontal

Requirements

iOS 11.0+

CocoaPods

pod 'SplitView'

For the latest updates use:

pod 'SplitView', :git => 'https://github.com/twodayslate/SplitView.git'

Usage

Using SplitView is easy! Simply create a SplitView and add your views to it!

import SplitView
...
let mySplitView = SplitView()
mySplitView.addView(myFirstView)
mySplitView.addView(mySecondView)

There are certain customizations available including minimum sizing and snapping.

Be sure to checkout the example App.