Hi all, I am trying to implement fast enumeration for a wrapper object that has an NSArray, following this tutorial http://cocoawithlove.com/2008/05/implementing-countbyenumeratingwithstat.html
Obviously ARC doesn't like the way - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len is implemented. Does anyone have any examples of ARC and NSFastEnumeration they can refer me to? Thanks. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com