Stay in touch
NSTextView-LineNumberView
June 20, 2015 • MIT License
Add line numbers to an instance of NSTextView. The line number view is implemented as a subclass of NSRulerView.
NMDatePicker
April 28, 2015 • MIT License
NSDatePicker replacement allowing for appearance customisation.
SwiftPriorityQueue
April 16, 2015 • MIT License
SwiftPriorityQueue is a pure Swift (no Cocoa) implementation of a generic priority queue data structure, appropriate for use on both iOS and OS X projects. It features a straightforward interface a...
SwiftGraph
December 29, 2014 • MIT License
SwiftGraph is a pure Swift (no Cocoa) implementation of a graph data structure, appropriate for use on both iOS and OS X projects. It includes support for weighted, unweighted, directed, and undire...
KPCTabsControl
November 24, 2014 • MIT License
A multi-tabs control first designed to look and behave like the tab control in Apple's Numbers spreadsheet, with enhanced capabilities, but now with new tab styles, such as Chrome & Safari, as well...
DKAsyncImageView
November 10, 2014 • MIT License
A Swift subclass of NSImageView for loading remote images asynchronously.
* Download images from the Web to DKAsyncImageView asynchronously with just 1 line of code
* Set a 'Placheholder Image'...
AudioRecorder
August 05, 2014 • MIT License
A simple app to record, trim and export audio for Mac.
Written in Swift and took just 2 days.
If you are on IRC, feel free to ping me in #iphonedev/#macdev on freenode. I'm the pretty_functi...
Swift Spaceship Operator
June 19, 2014 • MIT License
Contains a Swift file to add the spaceship operator ( `<=>` ) to a project
6.0 <=> 17.0 // Outputs -1
9001.0 <=> 9000.0 // Outputs 1
4.0 <=> 4.0 // Outputs 0
Works on iOS an...