Utilities for UIKit
This is a collection of useful classes and extensions for common classes in UIKit
. It is extracted from the objc-utils project.
- Various categories to make the standard UIKit classes more useful
- A few helper classes with the same purpose
- All code requires an ARC (Automatic Reference Counting) capable compiler.
- Everything should be compatible with the iOS SDK 5 or above
Just copy the files you need (and their dependencies) to your project.
You can also use uikit-utils with CocoaPods.
- PopoverManager was renamed to DLPopoverManager
- UIDeviceHardware removed. Use UIDevice-Hardware instead.
-[UIColor prussianBlueColor]
removedUIColor+HelperAdditions.{h,m}
~>UIColor+DLHelperAdditions.{h,m}
UIImage+Additions
~>UIImage+DLAdditions
MIT. (Before version 0.5.0, the code used a custom permissive license.)
Bug reports and pull requests are welcome! Contact me via e-mail or just by opening an issue on GitHub.