/concrete

Adding Blocks to Foundation

Primary LanguageObjective-COtherNOASSERTION

Concrete - Adding Blocks to Foundation

Introduction

Concrete provides categories for some CoreFoundation classes, adding convenient functionality by utilizing Objective-C 2.0's blocks.

For example, the NSArray+Concrete category adds methods familiar to Haskell or Python programmers, such as map, zipWith, and filter.

Documentation

Concrete uses GentleBytes' AppleDoc to provide API documentation for each and every function. The latest version of the documentation is hosted on GitHub.