iOS: Slow motion in Simulator to debug animations

anoop m
1 min readApr 18, 2019

--

May be your animations are super snappy that you dont see it in your app or your animations are not even being executed…how to figure out? Slow motion for rescue,

  1. Load the app in iOS simulator
  2. keeping Simulator in focus, hit `Command + T` , this will toggle slow motion

From now on, your simulator will be in slow motion. Enjoy

UPDATE: In iOS13, the option is built in to the Simulator menu

--

--

Responses (1)