On Oct 18, 2011, at 11:59 AM, Keary Suska wrote:

> In your subclass you could use the machinery afforded by 
> automaticallyPreparesContent, or simply set the content on awakeFromNib or 
> whenever it is needed.

Hm. So in other words I would implement the KVC methods in the subclass 
(-countOfEntries, etc.), then implement
        - (void)prepareContent {
                self.content = [self valueForKey: @“entries”];
        }
to get the fake NSMutableArray and set it as the controller’s content. I guess 
that would work.

—Jens_______________________________________________

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

Reply via email to