SwiftCSP
August 08, 2015 • MIT License
SwiftCSP is a constraint satisfaction problem solver written in pure Swift (no Cocoa). It utilizes a simple backtracking algorithm with plans for future optimizations. At this stage of development,...
DKDropMenu
June 23, 2015 • MIT License
DKDropMenu is a simple iOS drop down list written in Swift. It expands and collapses. It allows the user to select only one item at a time. Items are just Strings. A delegate is notified when selec...
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...
DKVerticalColorPicker
February 03, 2015 • MIT License
DKVerticalColorPicker is a simple iOS color picker presented as a vertical color bar from which the user can pick a color by its hue. Wings on either side of the color bar indicate the currently se...
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...
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'...