Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkchoi212/CircularCrownSelector
watchOS UI for a circular selection menu
https://github.com/mkchoi212/CircularCrownSelector
swift ui watchos
Last synced: 3 months ago
JSON representation
watchOS UI for a circular selection menu
- Host: GitHub
- URL: https://github.com/mkchoi212/CircularCrownSelector
- Owner: mkchoi212
- License: mit
- Created: 2017-11-24T19:03:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T01:51:07.000Z (almost 7 years ago)
- Last Synced: 2024-07-24T04:43:05.752Z (3 months ago)
- Topics: swift, ui, watchos
- Language: Swift
- Homepage:
- Size: 335 KB
- Stars: 101
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Circular Crown Selector
for watchOS
CircularCrownSelector is a selection menu that is controlled via Digital Crown.
The user interface is a replica of Apple's old Contact app designed for previous versions of watchOS.## 👷 Installation
#### Step 1. Install [CocoaPods](https://cocoapods.org)Edit your `Podfile` and specify the dependency:
```ruby
pod "CircularCrownSelector"
```#### Step 2. Drag Interface from Storyboard
Go to `Source/Base.lproj/` and open `Interface.storyboard`.
`⌘-C` and `⌘-V` the only screen you see in the storyboard to your own `Interface.storyboard`.And voilà 🎉
## ✋ Contributing
This is an open source project so feel free to contribute by
- Opening an [issue](https://github.com/mkchoi212/CircularCrownSelector/issues/new)
- Sending me feedback via [email](mailto://[email protected])
- Or [tweet](https://twitter.com/Bananamlkshake2) at me!## ⚠️ Notes
This library is made to be used **only with watchOS**. Xcode dictates that a project must have an iOS project for a watchOS project to exist. So, please **ignore the folder `Example-iOS`** as it is an empty project.This library supports both 42mm and 38mm Apple Watches.
## 👮 License
See [License](./LICENSE)