Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 770 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 770 Bytes

PagingViewController

A swipe horizontally between pages UI for swift.

About

This repository is a pre-built swipe paging UI developed in swift.It can display a list of view controllers by swiping left or right. You can set the title for each page by setting the title for the view controller of that page.

Test it out

You can build the UI and run on an iOS simulator as is to test it out. View the comment UI Swift files here. You can also initialize it with your own list of view controllers!