Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryfzhang/swiftwatchcounter
Counter for watchOS
https://github.com/jerryfzhang/swiftwatchcounter
count counter force-touch phone tap touch watchos xcode
Last synced: 29 days ago
JSON representation
Counter for watchOS
- Host: GitHub
- URL: https://github.com/jerryfzhang/swiftwatchcounter
- Owner: JerryFZhang
- License: mit
- Created: 2016-01-21T22:02:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T21:15:29.000Z (about 8 years ago)
- Last Synced: 2024-11-07T01:48:35.083Z (3 months ago)
- Topics: count, counter, force-touch, phone, tap, touch, watchos, xcode
- Language: Swift
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SwiftWatchCounter
Counter for the purpose of learning Swift Programming Language V2.1.
Designed specifically for watchOS 2.By doing this I learnt:
- Watch extensions
- WatchKit buttons and lables.
- Force touch menu.#Requirements
Developed and tested under:
- Swift 2.1
- Xcode 7.2
- iOS 9.2.1
- watchOS 2.1#Author
Jerry Zhang(zhang96)# How to use
Clone or download it as a zip, open the Xcode project file and build it using the simulator or your phone and watch. Notice, it may atcually take longer period of time to get it build on your phone and watch.
For iOS devices:
- Tap to count
- Touch and drag to count fastly
- Tap "Reset" to clearFor Apple Watches:
- Tap to count
- Force touch to bring the "Reset" button.#Todos
- Touch and hold to continuously count.
- Responsive font sizes.
- Coloured buttons.# License
This component is available under MIT license.