The Wayback Machine - https://web.archive.org/web/20200909224015/https://github.com/Lxg1582/Additions
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

UIKit-AMPAdditions

AMPAddiions bring to you some categories for improve the iOS Development.

Usage

  1. Add the AMPAdditions folder to your project.

  2. Import AMPAdditions.h file to your -Prefix.pch file.

  3. Add this Frameworks:

  • MapKit.framework
  • QuartzCore.framework
  • CoreImage.framework
  • CoreGraphics.framework

Additions

  • MKMapView
  • NSArray
  • NSObject
  • UIActionSheet
  • UIAlertView
  • UIApplication
  • UIColor
  • UIDevice
  • UIFont
  • UIImageView
  • UINavigationController
  • UISplitViewController
  • UIView

In vendor

Useful Macros

Included Macros from my project SupportMacros https://github.com/alexito4/SupportMacros

Compare System Versions

There are some useful macros for comparing system version.

if (SYSTEM_VERSION_LESS_THAN(@"6.0")) {
    // ...
}

See the rest in the AMPMacros.h file.

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.