Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzasood/CustomWatchFaceTest
Custom watch faces on Apple Watch
https://github.com/hamzasood/CustomWatchFaceTest
Last synced: 3 months ago
JSON representation
Custom watch faces on Apple Watch
- Host: GitHub
- URL: https://github.com/hamzasood/CustomWatchFaceTest
- Owner: hamzasood
- Created: 2015-08-18T21:23:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T00:49:20.000Z (about 9 years ago)
- Last Synced: 2024-06-30T16:54:38.173Z (4 months ago)
- Language: Objective-C
- Size: 300 KB
- Stars: 349
- Watchers: 46
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-apple-watch - CustomWatchFaceTest
README
# CustomWatchFaceTest
Custom watch faces on Apple Watch.To install you'll need to get Carousel to load the dylib.
I've tried my best to comment most aspects of the code. Here's a quick overview of some the more important files (check the files for more in depth comments):
* The list of supported faces are hardcoded, so SupportingHooks.m hooks methods Carousel uses to load the supported watch faces.
* OnozOmgFace is an NTKFace subclass which sets how aspects of the peace works (customisation in this case).
* OnozOmgFaceView is a UIView subclass which contains the visual elements that are actually displayed.