• 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: iOS 7 GUI update lag during drag touches
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iOS 7 GUI update lag during drag touches


  • Subject: Re: iOS 7 GUI update lag during drag touches
  • From: Carl Hoefs <email@hidden>
  • Date: Thu, 03 Oct 2013 13:32:05 -0700

Thanks, Julius!  Now there's no response lag at all!
- Carl


On Oct 3, 2013, at 1:11 PM, Julius Oklamcak <email@hidden> wrote:

>> CGPoint apoint=[[touches anyObject] locationInView:[self view]];
>> [layer setPosition:apoint];
>
> You need to disable implicit CALayer animation(s):
>
> [CATransaction begin];
> [CATransaction setDisableActions:YES];
> [layer setPosition:apoint];
> [CATransaction commit];
>

_______________________________________________

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: 
 >iOS 7 GUI update lag during drag touches (From: Carl Hoefs <email@hidden>)
 >RE: iOS 7 GUI update lag during drag touches (From: Julius Oklamcak <email@hidden>)

  • Prev by Date: Re: Can I create a thread with a runloop and a dispatch queue?
  • Next by Date: Re: Can I create a thread with a runloop and a dispatch queue?
  • Previous by thread: RE: iOS 7 GUI update lag during drag touches
  • Next by thread: Wrapping Content of a UIScrollView
  • Index(es):
    • Date
    • Thread