Vertical page view with UIViewControllers stacked on the top of each other
add StackPageView.swift your project.
classViewController:UIViewController,StackViewDataSource{@IBOutlet weak varstackPageView:StackPageView!overridefunc viewDidLoad(){
super.viewDidLoad()
stackPageView.dataSource =self
stackPageView.parentViewController =self}func stackViewNext(currentViewController:UIViewController?)->UIViewController{returnDummyViewController()}func stackViewPrev(currentViewController:UIViewController?)->UIViewController{returnDummyViewController()}}#Support Support with initWithFrame and Storyboard.
#LICENSE MIT
