SplitView
Resizable Split View, inspired by Apple's Split View for iPadOS and SplitKit
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.