An open API service indexing awesome lists of open source software.

https://github.com/swordray/jxscrollablesegmentedcontrol

An iOS UISegmentedControl replacement with scrollable, unlimited segments.
https://github.com/swordray/jxscrollablesegmentedcontrol

ios segmentedcontrol swift uisegmentedcontrol

Last synced: about 1 month ago
JSON representation

An iOS UISegmentedControl replacement with scrollable, unlimited segments.

Awesome Lists containing this project

README

        

# JXScrollableSegmentedControl

An iOS UISegmentedControl replacement with scrollable, unlimited segments.

[![CI Status](https://img.shields.io/travis/swordray/JXScrollableSegmentedControl.svg?style=flat)](https://travis-ci.org/swordray/JXScrollableSegmentedControl)
[![Version](https://img.shields.io/cocoapods/v/JXScrollableSegmentedControl.svg?style=flat)](https://cocoapods.org/pods/JXScrollableSegmentedControl)
[![License](https://img.shields.io/cocoapods/l/JXScrollableSegmentedControl.svg?style=flat)](https://cocoapods.org/pods/JXScrollableSegmentedControl)
[![Platform](https://img.shields.io/cocoapods/p/JXScrollableSegmentedControl.svg?style=flat)](https://cocoapods.org/pods/JXScrollableSegmentedControl)

## Screenshots

![JXScrollableSegmentedControl](https://raw.githubusercontent.com/swordray/JXScrollableSegmentedControl/master/screenshot.png)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

* iOS 13+
* Swift 5

## Installation

JXScrollableSegmentedControl is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'JXScrollableSegmentedControl'
```

## Author

swordray, [email protected]

## Sponsors

* [BaiLu ShuYuan](https://bailushuyuan.org)

## License

JXScrollableSegmentedControl is available under the MIT license. See the LICENSE file for more info.