Accessing an object awaken from the nib without an outlet ?
Accessing an object awaken from the nib without an outlet ?
- Subject: Accessing an object awaken from the nib without an outlet ?
- From: Thomas Deniau <email@hidden>
- Date: Mon, 03 Sep 2001 09:40:33 +0200
Is it possible to access an objet (the instance of a class which is awaken
from the nib) WITHOUT an outlet ?
I want to access this instance (the one created with Instantiate in IB) from
a class which isn't in the nib file and cannot be in it, because it's a
model class instantiated on demand. So I cannot add outlets to it, all the
more so that it's a Foundation class. (If I'm saying idiocies, tell me).
I neither can use notifications because I need the return value of the
method that I call.
So which is the correct way to do this ?
TIA,
--
Thomas Deniau