Foundation and cocoa utility classes
Implement this interface in order to block the API of the direct allocation methods: alloc
, new
and init
.
Implement this interface in order to implement the builder-design-pattern in an obj-c style.
Implement this interface in order to implement the singleton-design-pattern in an obj-c style.
Use as a "wrapper" in order to add an object to a collection without retaining it. Supports obj-c generics.
An obj-c timer that does not retain it's target.
A simple and effective networking client.
The UIImage category that allows to get an image by name from bundle resources.
The effective readability Xcode color theme.
TBD