Last Updated: February 25, 2016
·
2.54K
· gavrix

"Toggle slow animations" on iOS device while debugging

Pause debugger at any time, run this in console
p [(CALayer *)[[[[UIApplication sharedApplication] windows] objectAtIndex:0] layer] setSpeed:.1f]