Re: Finding methods you don't know exist
Re: Finding methods you don't know exist
- Subject: Re: Finding methods you don't know exist
- From: Rob Rix <email@hidden>
- Date: Mon, 9 Jul 2001 03:28:26 -0400
Fortunately, the class already exists. Use NSStringFromSelector() to
convert a selector to a string, put the string in your array, and
NSSelectorFromString() to convert it back.
Excellent! Those are just what I'm looking for!
Thanks!
-- Rob
[email appendRandomWittySig];