Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmya/yascrollsegmentcontrol
Beautiful and easy to use scrolling segment control.
https://github.com/jimmya/yascrollsegmentcontrol
Last synced: 12 days ago
JSON representation
Beautiful and easy to use scrolling segment control.
- Host: GitHub
- URL: https://github.com/jimmya/yascrollsegmentcontrol
- Owner: jimmya
- License: mit
- Created: 2015-02-10T19:23:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T08:42:55.000Z (over 8 years ago)
- Last Synced: 2024-08-17T19:56:53.793Z (3 months ago)
- Language: Objective-C
- Size: 96.7 KB
- Stars: 63
- Watchers: 5
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAScrollSegmentControl
[![Version](https://img.shields.io/cocoapods/v/YAScrollSegmentControl.svg?style=flat)](http://cocoadocs.org/docsets/YAScrollSegmentControl)
A simple control for implementing a beautiful scrolling segment control. With adaptive gradient to tease the user to explore all the items in the list. Fully customizable either by code or using interface builder.
Instructions on how to add YAScrollSegmentControl to your project are in the sample project.
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
YAScrollSegmentControl is built for iOS 7 and above.
## InstallationYAScrollSegmentControl is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:pod "YAScrollSegmentControl"
## Author
Jimmy Arts
## License
YAScrollSegmentControl is available under the MIT license. See the LICENSE file for more info.