Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.