Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.47 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.47 KB

Truncatable Page Control

A Truncatable Page Control written in Swift 5.

Version License Platform Carthage compatible

Features

  • An instagram like page control can handle a ton of pages.
  • Swift 5.

Screenshots

page 0 page 4

Usage

pageControl.numberOfPages = 1000
pageControl.moveTo(page: 999) 

Required

  • Swift 5
  • iOS 11+

License

MIT

install

cocoapods

platform :ios, "11.0" 
use_frameworks!

target 'YourTargetName' do
pod 'TruncatablePageControl'
end

carthage

github "hsylife/TruncatablePageControl"

Author