Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 670 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 670 Bytes

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.