Skip to content
forked from lucoceano/Pager

You can easily create sliding tabs with Pager

Notifications You must be signed in to change notification settings

FelipeDocil/Pager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pager is the simplest and best way to implement sliding view controllers.

CKViewPager

![Demo](https://raw.githubusercontent.com/lucoceano/CKViewPager/master/Resources/CKViewPager.gif)

Installation

CocoaPods (soon)

CocoaPods is a dependency manager for Cocoa projects.

CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install the Pager with the following command:

pod 'Pager'

Copying files

Just copy PagerController.swift files to your project.

Usage

Subclass PagerController (as it's a UIViewController subclass) and implement dataSource methods in the subclass.

In the subclass assign self as dataSource,

override func viewDidLoad() {
        super.viewDidLoad()
		self.dataSource = self
	}

Contact

Lucas Martins - ckl.io

Pager is a port from CKViewPager to swift.

Licence

Pager is MIT licensed. See the LICENCE file for more info.

About

You can easily create sliding tabs with Pager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%