![]() |
||
---|---|---|
.github | ||
Example | ||
PagerTabStrip | ||
PagerTabStrip.xcodeproj | ||
PagerTabStrip.xcworkspace | ||
Sources | ||
Tests | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
Cartfile.private | ||
Cartfile.resolved | ||
LICENSE | ||
Package.swift | ||
PagerTabStrip.podspec | ||
README.md |
README.md
PagerTabStrip
By Xmartlabs SRL.
Introduction
PagerTabStrip is a library to .......
Usage
import PagerTabStrip
// ...
Requirements
- iOS 13.0+
- Xcode 11.0+
Getting involved
- If you want to contribute please feel free to submit pull requests.
- If you have a feature request please open an issue.
- If you found a bug or need help please check older issues, FAQ and threads on StackOverflow (Tag 'PagerTabStrip') before submitting an issue.
Before contribute check the CONTRIBUTING file for more info.
If you use PagerTabStrip in your app We would love to hear about it! Drop us a line on Twitter.
Examples
Follow these 3 steps to run Example project: clone PagerTabStrip repository, open PagerTabStrip workspace and run the Example project.
You can also experiment and learn with the PagerTabStrip Playground which is contained in PagerTabStrip.workspace.
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects.
To install PagerTabStrip, simply add the following line to your Podfile:
pod 'PagerTabStrip', '~> 1.0'
Carthage
Carthage is a simple, decentralized dependency manager for Cocoa.
To install PagerTabStrip, simply add the following line to your Cartfile:
github "xmartlabs/PagerTabStrip" ~> 1.0
Author
FAQ
How to .....
You can do it by conforming to .....
Changelog
See CHANGELOG.