Skip to content

Lxg1582/Additions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published