• 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
Re: NSAffineTransforms not working as expected?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSAffineTransforms not working as expected?


  • Subject: Re: NSAffineTransforms not working as expected?
  • From: "Erik M. Buck" <email@hidden>
  • Date: Sat, 26 Feb 2005 11:28:05 -0500

also, why write

[ [ NSString stringWithString:@"aTime" ]
                drawAtPoint:NSMakePoint(
                    cellFrame.origin.x ,
                    cellFrame.origin.y    )
                withAttributes:attrs] ;

when you can write

[@"aTime" drawAtPoint:NSMakePoint(cellFrame.origin.x, cellFrame.origin.y)
                withAttributes:attrs] ;


It seems an unnecessary string instance was created, or am I missing
something ?


 _______________________________________________
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

  • Prev by Date: Re: Making NSView respond to command+key equivalent
  • Next by Date: Including a library rather than a framework
  • Previous by thread: Re: NSAffineTransforms not working as expected?
  • Next by thread: Save font as glyphs?
  • Index(es):
    • Date
    • Thread