SwiftSpinner
February 19, 2015 • MIT License
A beautiful activity indicator and modal alert written in Swift (originally developed for http://doodledoodle.io) Using blur effects, translucency, flat and bold design - all iOS 8 latest and greatest
OneShotLocationManager
October 12, 2014 • MIT License
A replacement class for CLLocationManager for when you want to easily fetch just once the current device location
TaskQueue (Swift)
July 07, 2014 • MIT License
A great Swift class for managing asynchronous tasks that need to execute one after another. You just add tasks (as closures) to the queue and the queue takes care to execute them in the proper orde...
MTLog
October 03, 2013 • MIT License
An NSLog replacement for coders! Do things to your output console other logging libraries don't allow you to
MTTestSemaphore
April 02, 2013 • MIT License
A class to help you create unit tests that test asynchronous methods. You will need this to unit test any class that fetch data from the network, use location, camera, etc.
Proper data models with JSONModel
April 01, 2013 • MIT License
Every other app or so use some kind of either JSON feed or a JSON based API for its backed. Few though are built to be robust, stable and performant; the proper way to work with JSON is to use data...
UIEffectDesignerView
March 23, 2013 • MIT License
A native Particle Systems effect view for iOS and OSX powered by QuartzCore.
Apple provides Particle Systems Emitter via the CAEmitterLayer - you can have particle effects in your UIKit or AppKi...
MTPopupWindow
October 10, 2012 • MIT License
A class to show a popup window in iOS6, which loads a local html file or a remote website.