Go to file
Martin Barreto c8a83a27c4 update contributing.md 2016-01-26 15:43:21 -03:00
Example refactoring code 2016-01-25 16:05:58 -03:00
Example.xcodeproj added simpsons images, refactored PostCell 2016-01-25 15:08:31 -03:00
Playground.playground initial commit 2016-01-20 12:39:25 -03:00
Sources minor fix 2016-01-25 16:21:32 -03:00
Tests initial commit 2016-01-20 12:39:25 -03:00
XLPagerTabStrip adds TwitterPagerTabStripViewController & example 2016-01-22 15:23:54 -03:00
XLPagerTabStrip.xcodeproj Add ability to set up any tab bar view type through view controller generic type. 2016-01-23 18:53:46 -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 update contributing.md 2016-01-26 15:43:21 -03:00
CONTRIBUTING.md update contributing.md 2016-01-26 15:43:21 -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 update contributing.md 2016-01-26 15:43:21 -03:00
XLPagerTabStrip.podspec update contributing.md 2016-01-26 15:43:21 -03:00

README.md

XLPagerTabStrip

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

Made with ❤️ By Xmartlabs.

Android PagerTabStrip for iOS!

XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.

Screenshot of native Calendar Event Example

Usage

In order to use the library we just need to provide the list of child view controllers to show, these view controller should provide the information (title or image) to show in the associated indicator.

Let's see how to do this:

The fist step is select the way we want to show the indicator. The library provides As you may have noticed the library provides differents ways to show

Using XLPagerTabStrip is as easy as following these steps:

  1. Import the library
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', '~> 4.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.