Assume that an array of images is loaded at the start of the app. There are a number of views which will be displaying multiple "copies" of the image, but they will be accessing the image array as a read-only property, and I do not plan to have these views adjust the reference count for each image.
Question: is the BELOW method named appropriately? - (UIImage *) getImageWithTag:(NSString *)tag; _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
