FROM : daniel
DATE : Wed Apr 13 08:43:38 2005
In this case it doesn't matter what the type of the argument is. It
doesn't affect the signature of the selector, which is just "noAnswer:"
One of the powerful and vexing features of Objective C.
Daniel
On Apr 12, 2005, at 11:22 PM, Anthony Duer wrote:
> Per NSTimer's documentation: "The [target] method must take only one
> argument, an NSTimer object." Try using:
>
> - (void)noAnswer: (NSTimer *)timer
>
> Hope that helps. :)
>
> ~Anthony Duer
DATE : Wed Apr 13 08:43:38 2005
In this case it doesn't matter what the type of the argument is. It
doesn't affect the signature of the selector, which is just "noAnswer:"
One of the powerful and vexing features of Objective C.
Daniel
On Apr 12, 2005, at 11:22 PM, Anthony Duer wrote:
> Per NSTimer's documentation: "The [target] method must take only one
> argument, an NSTimer object." Try using:
>
> - (void)noAnswer: (NSTimer *)timer
>
> Hope that helps. :)
>
> ~Anthony Duer
| Related mails | Author | Date |
|---|---|---|
| John Draper | Apr 13, 04:57 | |
| Nathan Day | Apr 13, 06:15 | |
| Robert Martin | Apr 13, 07:29 | |
| Anthony Duer | Apr 13, 08:22 | |
| daniel | Apr 13, 08:43 | |
| Will Mason | Apr 13, 08:49 | |
| daniel | Apr 13, 08:57 | |
| Ali Ozer | Apr 13, 21:48 | |
| Daniel Jalkut | Apr 19, 07:07 | |
| Mirna Pena | Apr 25, 20:59 | |
| Joshua Orr | Apr 25, 23:25 |






Cocoa mail archive

