Go to file
Mathias Claassen 79e66356e5
Add Package.swift and update Podspec (#14)
2021-07-23 16:23:47 -03:00
.github base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00
Example some fixes and cleaning up code. (#12) 2021-07-13 12:07:40 -03:00
PagerTabStrip some fixes and cleaning up code. (#12) 2021-07-13 12:07:40 -03:00
PagerTabStrip.xcodeproj some fixes and cleaning up code. (#12) 2021-07-13 12:07:40 -03:00
PagerTabStrip.xcworkspace Pages scroll with options (#1) 2020-07-22 18:13:34 -03:00
Sources rotation issues (#13) 2021-07-23 16:23:36 -03:00
Tests some fixes and cleaning up code. (#12) 2021-07-13 12:07:40 -03:00
.gitignore first commit 2020-07-17 16:41:19 -03:00
.travis.yml base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00
CHANGELOG.md base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00
Cartfile.private base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00
Cartfile.resolved base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00
LICENSE base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00
Package.swift Add Package.swift and update Podspec (#14) 2021-07-23 16:23:47 -03:00
PagerTabStrip.podspec Add Package.swift and update Podspec (#14) 2021-07-23 16:23:47 -03:00
README.md base oss project created with https://github.com/xmartlabs/Swift-Framework-Template 2020-07-17 16:41:52 -03:00

README.md

PagerTabStrip

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

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.