Install FSPagerView via Cocoapods, Carthage, or Manually
masterYou can integrate FSPagerView into your iOS or tvOS project using one of the following methods:
Cocoapods
Add the following to your Podfile:
use_frameworks!
target '<Your Target Name>' do
pod 'FSPagerView'
endCarthage
Add the following to your Cartfile:
github "WenchaoD/FSPagerView"Manual Installation
- Download the source code.
- Extract the zip file.
- Drag the
Sourcesfolder into your Xcode project. - Ensure
Copy items if neededis checked during the import process.
use_frameworks!
target '<Your Target Name>' do
pod 'FSPagerView'
end