Am 15.04.2008 um 18:26 schrieb Baiss Eric Magnusson:
Why isn't there a clone method for UITextField?
What I generally do when I want to create identical copies of
objects is to either use their -copy method if they have one, or to
serialze them using NS(Keyed)Archiver and then unarchive them again,
if tgey support that. If I have a NIB in which they're specifed, I
just load that NIB a second time to get a second copy. See the
NSNibLoading category. No idea whether that works in your case, but
that works for my Cocoa apps.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/objc-language/email@hidden