Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/watchkitforcedmodal
Recreating the 1Password passcode "modal"
https://github.com/phatblat/watchkitforcedmodal
Last synced: 28 days ago
JSON representation
Recreating the 1Password passcode "modal"
- Host: GitHub
- URL: https://github.com/phatblat/watchkitforcedmodal
- Owner: phatblat
- License: mit
- Created: 2015-05-12T18:25:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T20:09:22.000Z (over 9 years ago)
- Last Synced: 2024-10-14T18:29:44.533Z (2 months ago)
- Language: Swift
- Size: 547 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
WatchKitForcedModal
===================This is an attempt to recreated the 1Password passcode "modal". Theirs is not a true modal since it cannot be dismissed by the user, hence the "forced" modal term.
This approached uses a set of explicitly sized top-level groups, with only one being visible at any time:
* Passcode - keypad buttons
* Animation - images to animate a fake modal dismissal
* Content## License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.