Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

UISwitch for macOS.

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.