Skip to content

Repository files navigation

StackPageView

Vertical page view with UIViewControllers stacked on the top of each other

Install

add StackPageView.swift your project.

How to Use

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

About

Stacked style tableview

Resources

Stars

33 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages