• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[OT] Re: NSTimer +timerWithTimeInterval:
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OT] Re: NSTimer +timerWithTimeInterval:


  • Subject: [OT] Re: NSTimer +timerWithTimeInterval:
  • From: Sandor Szatmari via Cocoa-dev <email@hidden>
  • Date: Wed, 29 Apr 2020 18:27:16 -0400

Alex,

> On Apr 29, 2020, at 17:12, Alex Zavatone via Cocoa-dev
> <email@hidden> wrote:
>
> Not sure about this, but in Objective-C, you’re not supposed to start
> methods with new.

I’ve always operated under the premise that using a reserved prefix, such as
new, was not verboten.  Rather, if one chose the prefix new one must ensure
that the method followed memory management conventions, and would return an
object with a +1 retain count.  Am I mistaken about this?

Sandor

>
>>> On Apr 29, 2020, at 4:07 PM, Carl Hoefs via Cocoa-dev
>>> <email@hidden> wrote:
>>>>> NSTimer *newTimer = [NSTimer timerWithTimeInterval:1.0  // should be 1/sec
>>>>>                                               target:self
>>>>>                                             selector:@selector(newData:)
>>>>>                                             userInfo:nil
>>>>>                                              repeats:YES];
>>>>>   [[NSRunLoop mainRunLoop] addTimer:newTimer
>>>>>                             forMode:NSRunLoopCommonModes];
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: [OT] NSTimer +timerWithTimeInterval:
      • From: Alex Zavatone via Cocoa-dev <email@hidden>
    • Re: [OT] Re: NSTimer +timerWithTimeInterval:
      • From: Ken Thomases via Cocoa-dev <email@hidden>
References: 
 >Re: NSTimer +timerWithTimeInterval: (From: Alex Zavatone via Cocoa-dev <email@hidden>)

  • Prev by Date: Re: NSTimer +timerWithTimeInterval:
  • Next by Date: Re: [OT] Re: NSTimer +timerWithTimeInterval:
  • Previous by thread: Re: NSTimer +timerWithTimeInterval:
  • Next by thread: Re: [OT] Re: NSTimer +timerWithTimeInterval:
  • Index(es):
    • Date
    • Thread