FrameAccessor
May 27, 2013 • MIT License
Easy way to access view's frame in iOS and OS X.
Use:
view.x = 15;
view.width = 167;
instead of
CGRect newFrame = view.frame;
newFrame.origin.x = 15;
newFrame.siz...
FontasticIcons
November 10, 2012 • MIT License
FontasticIcons is an Objective-C wrapper for iconic fonts.