Switch
September 01, 2016 • MIT License
An iOS switch control implemented in Swift with full Interface Builder support.
UITextField-Navigation
July 21, 2016 • MIT License
UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields and UITextViews. It allows you to specify a next field either on the Interface Builder or programma...
NoOptionalInterpolation
July 16, 2016 • MIT License
NoOptionalInterpolation gets rid of "Optional(...)" and "nil" in Swift's string interpolation and make pluralization easier.
let age = 42
let text = "I am \(age ~ "year") old" // "I am 42 yea...