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

https://github.com/shrtlist/sltdoubletapsegmentedcontrol

A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button.
https://github.com/shrtlist/sltdoubletapsegmentedcontrol

uisegmentedcontrol

Last synced: about 2 months ago
JSON representation

A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button.

Awesome Lists containing this project

README

        

## SLTDoubleTapSegmentedControl

![](SLTDoubleTapSegmentedControl.png)

A double-tap `UISegmentedControl` subclass. Each segment functions as a discrete double-tap button. Based on http://stackoverflow.com/questions/17652773/how-to-deselect-a-segment-in-segmented-control-button-permanently-till-its-click?lq=1

## Installation

### CocoaPods

Add this to your Podfile.
```ogdl
pod 'SLTDoubleTapSegmentedControl'
```

## License

`SLTDoubleTapSegmentedControl` is licensed under the terms of the Apache 2.0 License. Please see the [LICENSE](LICENSE.md) file for full details.