LNInterpolation
November 04, 2016 • MIT License
An interpolation framework for Cocoa and Cocoa Touch, with provided interpolation implementation for numbers, CG values, UIKit and AppKit values and colors.
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...
JQSwiftIcon
July 13, 2016 • MIT License
Add icons to your project without moving a finger. JQSwiftIcon uses string interpolation to replace placeholders on text and replaces them with icons
INTUAnimationEngine
October 04, 2014 • MIT License
INTUAnimationEngine makes it easy to build advanced custom animations on iOS.
INTUAnimationEngine provides a friendly interface to drive custom animations using a CADisplayLink, inspired by the ...