In a Cocoa Touch project, I need a specific class to have not only a single delegate object, but many of them.
It looks like I should create an NSArray for these del
What about storing in the array or dictionary
__weak typeof(pointer) weakPointer = pointer;