AMPAddiions bring to you some categories for improve the iOS Development.
-
Add the AMPAdditions folder to your project.
-
Import AMPAdditions.h file to your -Prefix.pch file.
-
Add this Frameworks:
- MapKit.framework
- QuartzCore.framework
- CoreImage.framework
- CoreGraphics.framework
- MKMapView
- NSArray
- NSObject
- UIActionSheet
- UIAlertView
- UIApplication
- UIColor
- UIDevice
- UIFont
- UIImageView
- UINavigationController
- UISplitViewController
- UIView
- NSDate-Extensions | Erica Sadun | https://github.com/erica/NSDate-Extensions
- UIWebView-RemoveShadow | Mark Rickert | https://github.com/markrickert/UIWebView-RemoveShadow
Included Macros from my project SupportMacros https://github.com/alexito4/SupportMacros
There are some useful macros for comparing system version.
if (SYSTEM_VERSION_LESS_THAN(@"6.0")) {
// ...
}
See the rest in the AMPMacros.h file.