https://github.com/elliottsj/apple-watch-uikit
Run UIKit on the Watch!
https://github.com/elliottsj/apple-watch-uikit
apple-watch experiment uikit unmaintained
Last synced: 16 days ago
JSON representation
Run UIKit on the Watch!
- Host: GitHub
- URL: https://github.com/elliottsj/apple-watch-uikit
- Owner: elliottsj
- Created: 2015-09-20T12:34:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T00:04:31.000Z (about 8 years ago)
- Last Synced: 2025-03-23T23:26:32.873Z (about 1 month ago)
- Topics: apple-watch, experiment, uikit, unmaintained
- Language: Objective-C
- Size: 10.8 MB
- Stars: 105
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-apple-watch - apple-watch-uikit - Run UIKit on the Watch! (Sample Apps / Blog)
README
# apple-watch-uikit
**Note: Everything here should work with watchOS 2 and Xcode 7. Beyond that, I have no intention of keeping this project up to date with later versions.**
Run UIKit on the Watch! Implemented based on [@stroughtonsmith](https://twitter.com/stroughtonsmith)'s experiment:
* http://blog.steventroughtonsmith.com/post/128957959685/native-uikit-apps-on-apple-watch
* http://blog.adambell.ca/post/128957319088/making-truly-native-native-apps-on-apple-watch### Guide
* [Running this example](docs/RunningThisExample.md)
* [Setting up a new project](docs/SettingUpANewProject.md)### See also
* [steventroughtonsmith/filebrowser](https://github.com/steventroughtonsmith/filebrowser): a UIKit file browser that works on watchOS.