Re: Creating an NSTimer subclass
Re: Creating an NSTimer subclass
- Subject: Re: Creating an NSTimer subclass
- From: j o a r <email@hidden>
- Date: Thu, 9 Nov 2006 21:42:51 +0100
On 9 nov 2006, at 16.38, leenoori wrote:
Any one done this or have an idea of how to do it?
A very simple and safe way to do this would be to wrap NSTimer in a
custom class, where each object has an NSTimer object as an instance
variable. Then you just have to duplicate the parts of the NSTimer
interface that you need on your custom class, and forward messages to
your internal NSTimer object as appropriate.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden