https://github.com/robotsandpencils/rpborderlesssegmentedcontrol
A replica of Xcode 5's toolbar segmented controls.
https://github.com/robotsandpencils/rpborderlesssegmentedcontrol
appkit cocoapods macos objective-c ui
Last synced: 7 months ago
JSON representation
A replica of Xcode 5's toolbar segmented controls.
- Host: GitHub
- URL: https://github.com/robotsandpencils/rpborderlesssegmentedcontrol
- Owner: RobotsAndPencils
- License: mit
- Archived: true
- Created: 2014-04-15T23:29:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T21:01:50.000Z (over 10 years ago)
- Last Synced: 2024-04-17T01:54:14.631Z (about 2 years ago)
- Topics: appkit, cocoapods, macos, objective-c, ui
- Language: Objective-C
- Size: 486 KB
- Stars: 93
- Watchers: 15
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RPBorderlessSegmentedControl
[](https://travis-ci.org/RobotsAndPencils/RPBorderlessSegmentedControl)
[](http://cocoadocs.org/docsets/RPBorderlessSegmentedControl)
[](http://cocoadocs.org/docsets/RPBorderlessSegmentedControl)
A replica of Xcode 5's toolbar segmented controls.

RPBorderlessSegmentedControl is based on [Ole Zorn's Stack Overflow response](http://stackoverflow.com/a/7138497/1082395) with some additional changes and updates.
## Usage
To run the example project: clone the repo and open the workspace file in Demo/
## Notes
- Your segment images should be 24px high and have a 1px padding along the top for proper shadow rendering.
## Installation
RPBorderlessSegmentedControl is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:
pod "RPBorderlessSegmentedControl"
## Contact
[](http://www.robotsandpencils.com)
Follow Robots & Pencils on Twitter ([@robotsNpencils](https://twitter.com/robotsNpencils))
### Maintainers
- [Brandon Evans](http://github.com/interstateone) ([@interstateone](https://twitter.com/interstateone))
## License
RPBorderlessSegmentedControl is available under the MIT license. See the LICENSE file for more info.