Home

Awesome

MALazykit

Collection of extensions for easier object instantiation.

After adoption of ARC I tend to prefer using [MyObject object] than [[MyObject alloc] init].
So it's main purpose is to make your ARC code less verbose.

Usage

Import the main header file on your header prefix (.pch)

#import "MALazykit.h"

FAQ

Credits

MALazykit was created by Marlon Andrade.

Contact

Follow @emiemia on Twitter or mail me at marlon@marlonandrade.com.

Licence

MALazykit is available under MIT licence. See the LICENCE file for more info.