Slow animations with Xcode 5 iOS simulator

Prior to Xcode 5, you could enable slow motion animation by pressing the Shift key three times. I try to do the same in Xcode 5 and nothing happens. Did Apple remove this feature from Xcode 5? Has anyone figured out how to do this in Xcode 5?

+7
xcode ios-simulator xcode5
source share
1 answer

It looks like you are switching slow motion animations using โŒ˜ + T or select โ€œToggle Slow Animations in Frontmost Appโ€ from the Simulator's Debug menu.

+18
source share

All Articles