ARCHelper 2.1

ARCHelper 2.1

TestsTested
LangLanguage Obj-CObjective C
License zlib
ReleasedLast Release May 2014

Maintained by Nick Lockwood.



  • By
  • Nick Lockwood

Set of macros for writing library code that can be used with both ARC and non-ARC environments.

ARC Helper consists of a set of macros that are designed to be used in place of the standard Objective-C memory management functions and macros. These macros will generate code appropriate to the build target.

ARC Helper is modular:

  • For projects that are designed to work only with ARC enabled, you can use just the second and/or 3rd modules on their own (the part from "Weak reference support" down) and omit the first block.
  • For projects that are iOS only, you don't need the 3rd module (the part from "Weak delegate support" down), which deals with weak references to classes such as NSWindowController on Mac OS that do not support weak references under Mac OS 10.7.

Installation

pod 'ARCHelper'

Authors

Nick Lockwood

License

zlib