Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpennington/nsswitch
UISwitch for macOS.
https://github.com/hpennington/nsswitch
animation carthage cocoapods ios macos swift swift4 ui-components uikit uiswitch
Last synced: 3 months ago
JSON representation
UISwitch for macOS.
- Host: GitHub
- URL: https://github.com/hpennington/nsswitch
- Owner: hpennington
- License: mit
- Created: 2016-06-22T00:13:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T14:40:38.000Z (about 4 years ago)
- Last Synced: 2024-10-12T15:01:35.784Z (3 months ago)
- Topics: animation, carthage, cocoapods, ios, macos, swift, swift4, ui-components, uikit, uiswitch
- Language: Swift
- Homepage:
- Size: 1.73 MB
- Stars: 37
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSSwitch
UISwitch for macOS.
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/NSSwitch.svg?style=flat)](http://cocoapods.org/pods/NSSwitch)## Demo app
![](./NSSwitch_screenshot.png)## Installation
#### Carthage
- Add NSSwitch dependency to the Cartfile:
```
github "https://github.com/hpennington/NSSwitch.git"
```#### CocoaPods
NSSwitch is alxo available through [CocoaPods](http://cocoapods.org). To install
NSSwitch with CocoaPods, simply add the following line to your Podfile:```
pod "NSSwitch"
```## Author
Hayden Pennington, [email protected]
## License
NSSwitch is available under the MIT license. See the LICENSE file for more info.