Skip to content

mohsinalimat/TruncatablePageControl

 
 

Repository files navigation

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

About

A truncatable page control.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 92.3%
  • Objective-C 3.9%
  • Ruby 3.8%