Install CHIPageControl
masterCHIPageControl can be installed using several methods depending on your project setup:
CocoaPods
Add the main pod or specific individual page controls to your Podfile:
Carthage
Add the following to your Cartfile:
Swift Package Manager
Add the dependency to your Package.swift and build your project using swift build.
Manual Installation
Add the CHIPageControl folder directly to your project.
# CocoaPods
pod 'CHIPageControl', '~> 0.1.3'
# individual page control
pod 'CHIPageControl/Aji'
pod 'CHIPageControl/Aleppo'
pod 'CHIPageControl/Chimayo'
pod 'CHIPageControl/Fresno'
pod 'CHIPageControl/Jalapeno'
pod 'CHIPageControl/Jaloro'
pod 'CHIPageControl/Paprika'
pod 'CHIPageControl/Puya'# Carthage
github "ChiliLabs/CHIPageControl" ~> 0.1.3// Swift Package Manager
dependencies: [
.package(url: "https://github.com/ChiliLabs/CHIPageControl.git", .branch("master"))
]$ swift build