• 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
CAScrollLayer scrollToPoint: suppress animation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CAScrollLayer scrollToPoint: suppress animation


  • Subject: CAScrollLayer scrollToPoint: suppress animation
  • From: Chaitanya Pandit <email@hidden>
  • Date: Tue, 11 May 2010 15:31:00 +0530

Is there any way to make CAScrollLayer to scroll to a point without animating?

I tried this just before i call scrollToPoint, but didn't work

[CATransaction begin];
[CATransaction setValue: (id) kCFBooleanTrue forKey: kCATransactionDisableActions];
[CATransaction commit];

Any idea?

Thanks,
Chaitanya

_______________________________________________

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: CAScrollLayer scrollToPoint: suppress animation
      • From: Simon Wolf <email@hidden>
  • Prev by Date: Re: App won't launch in Debug but release product is fine
  • Next by Date: Re: Finder refresh issue in Mac OS 10.5
  • Previous by thread: Re: App won't launch in Debug but release product is fine
  • Next by thread: Re: CAScrollLayer scrollToPoint: suppress animation
  • Index(es):
    • Date
    • Thread