Saturday 15 May 2010

xcode - How to disable all animations in ios simulator -



xcode - How to disable all animations in ios simulator -

i have ios application lot of animations , need debug quickly. there way speed or disable animations in ios?

pause running ios application in xcode insert console:

p [(calayer *)[[[[uiapplication sharedapplication] windows] objectatindex:0] layer] setspeed:100.f]

you can alter speed appropriately.

xcode ios-simulator core-animation

No comments:

Post a Comment