• 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: CALayer doesn't resize immediately
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CALayer doesn't resize immediately


  • Subject: Re: CALayer doesn't resize immediately
  • From: Scott Anguish <email@hidden>
  • Date: Thu, 8 Nov 2007 17:11:55 -0500

oh, and for this particular technique.

[theLayer.actions setObject:[NSNull null] forKey:@"sublayers"];
discussed here

http://developer.apple.com/documentation/Cocoa/Conceptual/CoreAnimation_guide/Articles/Actions.html#/ /apple_ref/doc/uid/TP40006095

in the doc.


On Nov 8, 2007, at 6:42 AM, Bertrand Landry-Hetu wrote:

The other way I found is to disable the default animation for that property:

NSDictionary * disabledAnimation = [NSDictionary
dictionaryWithObjectsAndKeys: [NSNull null], @"bounds", [NSNull null],
@"position", nil];




_______________________________________________

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


References: 
 >CALayer doesn't resize immediately (From: Axel Péju <email@hidden>)
 >Re: CALayer doesn't resize immediately (From: Thomas Schlömer <email@hidden>)
 >Re: CALayer doesn't resize immediately (From: Axel Péju <email@hidden>)
 >Re: CALayer doesn't resize immediately (From: "Bertrand Landry-Hetu" <email@hidden>)

  • Prev by Date: Ooops: What happened to Find Selected Text in Xcode 3
  • Next by Date: Re: University courses in Cocoa/Objective-C?
  • Previous by thread: Re: CALayer doesn't resize immediately
  • Next by thread: How to change input managers on Leopard
  • Index(es):
    • Date
    • Thread