How can I get an array of zeroing weak references under ARC? I don\'t want the array to retain the objects. And I\'d like the array elements either to remov
NSMapTable should work for you. Available in iOS 6.
NSMapTable