Search results for category

UIImageView+Letters screenshot

UIImageView+Letters

July 07, 2014 • MIT License
An easy, helpful UIImageView category that generates letter initials as a placeholder for user profile images, with a randomized background color.
UIView+MGBadgeView screenshot

UIView+MGBadgeView

June 10, 2014 • MIT License
Category which allows to show and customize a badge on every object which inherits from UIView.
PJR-NSString-Category screenshot

PJR-NSString-Category

May 29, 2014 • BSD License
An NSString Category which lets you perform many string operations in your application. * String validation. * Email validation. * Phone validation. * URL validation. * Add or remove substri...
UIBarButtonItem-Badge screenshot

UIBarButtonItem-Badge

May 17, 2014 • GPL License
This is a UIBarButtonItem category to add a badge icon on any UIBarButtonItem. follow me on twitter : <a href="http://www.twitter.com/mikeMTOL">@mikeMTOL</a>
BrandColors screenshot

BrandColors

May 13, 2014 • MIT License
UIColor Category for Brand Colors
Lyt screenshot

Lyt

April 22, 2014 • Apache 2.0 License
A UIView category to make autolayout (more) readable and less verbose. Write this: [view lyt_centerInParent]; Instead of: NSLayoutConstraint *centerXConstraint = [NSLayoutConstrain...
UIColor+FlatColors screenshot

UIColor+FlatColors

April 17, 2014 • MIT License
A category to extend UIColor with the flat colors from the Flat UI framework. http://designmodo.github.io/Flat-UI/
UIColor-CSSColors screenshot

UIColor-CSSColors

April 17, 2014 • MIT License
Extend UIColor with CSS colors
GTImageViewDraw screenshot

GTImageViewDraw

April 06, 2014 • MIT License
Simple category to draw on UIImageView. You can draw on a existent image or you can draw on a blank image. There are many methods (to change color, brush, to erase, etc..).
NSObject+MethodCallDependingType screenshot

NSObject+MethodCallDependingType

April 06, 2014 • MIT License
Objective-C Category for routing methods depending a specified type
DateTools screenshot

DateTools

March 31, 2014 • MIT License
Dates and times made easy in Objective-C
MaryPopin screenshot

MaryPopin

March 27, 2014 • MIT License
MaryPopin is a category to present view controllers in a supercalifragilisticexpialidocious way. More precisely, it allows you to present modal-like view controllers with a custom size and a larg...
UIView+Shake screenshot

UIView+Shake

March 14, 2014 • MIT License
UIView category that adds shake animation
DHSmartScreenshot screenshot

DHSmartScreenshot

January 28, 2014 • MIT License
UITableView Category to get really easy, smart and instant screenshot images like no other library out there for iOS 5+ devices.
AVTagTextView screenshot

AVTagTextView

October 25, 2013 • MIT License
A category that adds an Instagram-like hashtag choosing/listing capability to the UITextView
NSString-Japanese screenshot

NSString-Japanese

September 25, 2013 • MIT License
NSString category methods for working with Japanese strings. * converting between Romanji, Hiragana , Katakana and Kanji * replacing Kanji with Hiragana * identifying the kind of Japanese text...
No image provided.

UIImageView-Placekitten

September 22, 2013 • Public Domain License
A simple category on UIImageView that asynchronously downloads placeholder images from www.placekitten.com. These images fit the UIImageView bounds and respect screen scale for retina devices.
RSCategories screenshot

RSCategories

August 26, 2013 • MIT License
Inclues a few essential categories for iOS Developers. There are helper methods for NSDate, NSString, NSUserDefaults, UIColor and UIImage. UIImage has a working implementation of Loading GIF for...
MVBouncyView screenshot

MVBouncyView

August 11, 2013 • BSD License
UIView category providing bouncing functionality. Example usage: UIView *view = (some view in your code) view.bounceAmplitude = 1.25f; // optional view.bounceAttenuation = 1....
ALQuickFrame screenshot

ALQuickFrame

July 16, 2013 • MIT License
This UIView category offers quick access to frame properties of every view