Re: Key Paths @count and mutablestrings
Re: Key Paths @count and mutablestrings
- Subject: Re: Key Paths @count and mutablestrings
- From: Volker in Lists <email@hidden>
- Date: Tue, 4 Nov 2008 19:21:42 +0100
Hi,
Is there an easy way to access the existing Array Controller from
the code? I have a suitable Array Controller called Purchase Order
Items Array Controller in IB, but I don't see a way to reference
this in the code. The Array Controller is bound to the selection of
another Array Controller.
As before and always, using IBOutlets ? You can connect an IBOutlet
from any of your delegate/controller NSObject subclasses (the ones in
defined in Xcode and filled with real code). If you have a
NSAppDelegate class already at hand, create an IBOutlet
NSArrayController *theWantedArrayController in the header file and
connect that in IB to the appropriate object in IB.
Volker
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden