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.
- Host: GitHub
- URL: https://github.com/shrtlist/sltdoubletapsegmentedcontrol
- Owner: shrtlist
- License: apache-2.0
- Created: 2014-02-28T19:53:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T22:20:03.000Z (over 3 years ago)
- Last Synced: 2025-03-20T09:03:57.631Z (3 months ago)
- Topics: uisegmentedcontrol
- Language: Objective-C
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SLTDoubleTapSegmentedControl

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.