objective-extensions 0.1.1

objective-extensions 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2016

Maintained by Lee Irvine.



  • By
  • Lee Irvine

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

#import "objective-extensions.h"

  NSDictionary *dict = @{@"hello": @"world"};
  [dict forEachKey:^(id key, id value) {

  }];

  NSObject *obj = [[NSObject alloc] init];

  [obj forEachProperty:^(NSString *key, NSObject *value) {

  }];


  UIColor *purple = [UIColor colorWithHex:@"FF00FF"];

Requirements

Installation

objective-extensions is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "objective-extensions"

Author

Lee Irvine, [email protected]

License

objective-extensions is available under the MIT license. See the LICENSE file for more info.