Last active
August 29, 2015 14:25
-
-
Save shahdhiren/2ea397fe99371b6fde97 to your computer and use it in GitHub Desktop.
Slow Motion iPhone/iPad Simulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For Xcode 6 & 7 : | |
--------------- | |
If you are trying to develop a particular complex animation, use this trick to turn on “Slow Motion Mode” in the simulator. | |
It’ll be much easier to see what’s going on. | |
1. Start the simulator as normal. | |
2. Next, make sure you enable “Connect Hardware Keyboard” in the simulator’s hardware menu. | |
3. Press your Mac’s Command key (⌘) + T in succession to toggle it on/off. You’ll see in the debugger that slow motion mode has been activated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment