Go to file
Santiago Fernandez 71f664fe44 adds ButtonBarPagerTabStripController & examples 2016-01-22 11:47:11 -03:00
Example adds ButtonBarPagerTabStripController & examples 2016-01-22 11:47:11 -03:00
Example.xcodeproj adds ButtonBarPagerTabStripController & examples 2016-01-22 11:47:11 -03:00
Playground.playground initial commit 2016-01-20 12:39:25 -03:00
Sources adds ButtonBarPagerTabStripController & examples 2016-01-22 11:47:11 -03:00
Tests initial commit 2016-01-20 12:39:25 -03:00
XLPagerTabStrip initial commit 2016-01-20 12:39:25 -03:00
XLPagerTabStrip.xcodeproj adds ButtonBarPagerTabStripController & examples 2016-01-22 11:47:11 -03:00
XLPagerTabStrip.xcworkspace initial commit 2016-01-20 12:39:25 -03:00
.gitignore initial commit 2016-01-20 12:39:25 -03:00
.travis.yml initial commit 2016-01-20 12:39:25 -03:00
CHANGELOG.md initial commit 2016-01-20 12:39:25 -03:00
CONTRIBUTING.md initial commit 2016-01-20 12:39:25 -03:00
Cartfile.private initial commit 2016-01-20 12:39:25 -03:00
LICENSE initial commit 2016-01-20 12:39:25 -03:00
README.md initial commit 2016-01-20 12:39:25 -03:00
XLPagerTabStrip.podspec initial commit 2016-01-20 12:39:25 -03:00

README.md

XLPagerTabStrip

Build status Platform iOS Swift 2 compatible Carthage compatible CocoaPods compatible License: MIT

By Xmartlabs SRL.

Inroduction

XLPagerTabStrip is a library to .......

Usage

import XLPagerTabStrip
..
.

Requirements

  • iOS 8.0+
  • Xcode 7.2+

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 'XLPagerTabStrip') before submitting an issue..

Before contribute check the CONTRIBUTING file for more info.

If you use XLPagerTabStrip 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 XLPagerTabStrip repository, open XLPagerTabStrip workspace and run the Example project.

You can also experiment and learn with the XLPagerTabStrip Playground which is contained in XLPagerTabStrip.workspace.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

To install XLPagerTabStrip, simply add the following line to your Podfile:

pod 'XLPagerTabStrip', '~> 1.0'

Carthage

Carthage is a simple, decentralized dependency manager for Cocoa.

To install XLPagerTabStrip, simply add the following line to your Cartfile:

github "xmartlabs/XLPagerTabStrip" ~> 1.0

Author

FAQ

How to .....

You can do it by conforming to .....

Change Log

This can be found in the CHANGELOG.md file.