标签:
Get AttributedString‘s height
Powerful, Easy to use alert view or popup view on controller and window, support blur effects,custom view and animation
UIImageView Rotation
Rotate UIButton
Quickly returns a new UIImageView already loaded with a UIImage
Adding Easing to UIView animation blocks
Allows custom UINavigationBar height on iOS 7 and 8.
Debug UIView frame by adding a red border
Never worry about whether or not your status bar will be readable again. This category within the Chameleon framework provides you with an easy UIStatusBar method that returns either a dark or light status bar based on an object‘s color directly beneath the status bar (i.e. UINavigationBarTintColor, UIViewBackgroundColor, etc.).
Returns arrays of your choosing: analogous, complementary, or triadic flat color schemes, based on the initially provided colors.
This enables a flatify feature that is innovative and easy-to-use. With only one line of code, every single color on the screen can be converted into the closest flat version of itself. It works with both storyboard objects as well as programmatically-created objects.
Chameleon is equipped with 24 hand-picked flat colors that come two shades: light & dark. It enables methods that allow you to find the contrasting color of, complementary color of, or closest chameleon color to any color you originally provided. If you’re not picky, you can even ask Chameleon to return a random color!
. Return localized.price as NSString with currency and price.
core text framework for lines space and add tails
Checks whether the device can indeed place a phone call.
Easy UIInterpolatingMotionEffect. Learn more: http://hack.swic.name/easy-uiinterpolatingmotioneffect/
A category on UIView that allows to use custom easing functions with block-based animations.
Makes autolayout (more) readable and less verbose.
NSTimer extension with block support and the ability to pause and resume it
Easy way to add properties and ivars to categories with Tools and snippets
The ultimate API for iOS Auto Layout -- impressively simple, immensely powerful.
You can add a property in a category
Category to display modal-like view controllers with many options.
Adds support for creating constraints using a linear equation format string
This category applies Aspect Fill content mode to an image and if faces are detected it centers them instead of centering the image just by its geometrical center.
NSRegularExpression categories that simplify regular expressions in Objective-C
A category on UIScrollView for detecting when content has scrolled to top or bottom.
Provides automatic support for NSCoding and NSCopying
Create invocations the simple way.
Enables Persian fonts rendering.
Calculate the size of the content inside a UILabel
Logs the UIViewController hierarchy including the name of the view controller you are in, plus a representation of how deep you are.
Ever dreamed of adding "userInfo" to an UIAlertView? Now you can! This category allows you to assign any object to any object from iOS 3.1 and Mac OS 10.6 and up.
Persist UIWebView cookies between app restarts. See GitHub note!
Detect hardware version of device
Logs when dealloc is called on the object
Expanding both NSNotificationCenter and KVO to provide auto removal of observers
UIApplication+NetworkActivity keeps track of how many network operations you currently have and manages the NetworkActivityIndicator for you.
Find a subview recursively
Add rounded corners to any view using layer mask.
Stack subviews vertically ordered by their index. Good when u want to use XIB‘s and need to layout views (show/hide) based on external data, but cannot use autolayout.
Simplifying use of Regular Expressions
This category allows you to move the MKMapView logo so that it remains visible if you put other stuff on the mapview. If the logo is hidden, the app won‘t pass the App Store review. Tested with iOS 5 through 7.
A NSDate utility library that is compatible with NSDate-Extensions API
Adjust UILabel to change it‘s frame according to it‘s content
Android-style toast notifications to iOS.
A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more
A UIViewController Category to display a ViewController as a popup with different transition effects
Proportional Fill & Tinting
DTFoundation is a collection of utility methods and category extensions that Cocoanetics is standardizing on. This should evolve into a toolset of well-documented and -tested code to accelerate future development.
Asynchronous image downloader with cache support
Adds 100 predefined colors, some color helper methods and can generate color schemes
Converts a black PDF image into a UIImage of any size, in any color
NSData category for async loading data from url and calling block. Requested data is cached with NSCache and can be requested multiple times simultaneously.
A category to extend Cocoa‘s NSDate class with some convenience functions.
ObjectiveC additions for humans. Ruby style.
Setting zoom level in a MapView
Block based Category additions for AlertView and ActionSheets
A utility box for NSStrings. Converts to: SHA1, NSNumber. Test for being empty. Contains substrings and replace substrings from NSDictionary.
ViewUtils is a collection of category methods designed that extend UIView with all the handy little properties and functionality that you always wished were built-in to begin with.
A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad
Enables FontAwesome for iOS
Gets the first object in an array or returns nil for empty array.
Makes modifying the view frame NOT hellish
Objective-C category demonstration
Monkey-Patching iOS with Objective-C Categories Part III: Swizzling
GestureRecognizers support for cocos2d, just include category and you are ready to use gesture recognizers. Works with both 2.x and 1.x cocos2d.
Enables easy and descriptive logging for any class (derived from NSObject)
Some functions for dealing with CGRects
标签:
原文地址:http://www.cnblogs.com/easyToCode/p/5196297.html