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

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!

Awesome Lists containing this project

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.