Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryfzhang/swiftcounterosx
SImple counter app built for OS X in swift.
https://github.com/jerryfzhang/swiftcounterosx
counter macos swift tap xcode
Last synced: 14 days ago
JSON representation
SImple counter app built for OS X in swift.
- Host: GitHub
- URL: https://github.com/jerryfzhang/swiftcounterosx
- Owner: JerryFZhang
- Created: 2016-01-28T13:29:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T04:03:27.000Z (about 8 years ago)
- Last Synced: 2024-11-07T01:48:34.519Z (2 months ago)
- Topics: counter, macos, swift, tap, xcode
- Language: Swift
- Size: 354 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftCounterOSX
Counter for the purpose of learning Swift Programming Language V2.1.By doing this I learnt:
- Displaying information using NSTextField.
- Trigger an action using NSButton.
- Change the font spacing to monospace using NSFont.
- Set app background color using NSView.#Requirements
Developed and tested under:
- Swift 2.1
- Xcode 7.2
- OS X El Capitan 10.11.3#Author
Jerry Zhang(zhang96)# How to use
Clone or download it as a zip, open the Xcode project file and build it.
For OS X devices:
- Tap to count
- Tap "Reset" to clear#Todos
- Responsive font sizes.
- Coloured buttons.# License
This component is available under MIT license.