Skip to content

Instantly share code, notes, and snippets.

@ashtonmeuser
Created March 27, 2025 15:42
Show Gist options
  • Save ashtonmeuser/40d3df411b8b971d5b3e26dfe41e9ee7 to your computer and use it in GitHub Desktop.
Save ashtonmeuser/40d3df411b8b971d5b3e26dfe41e9ee7 to your computer and use it in GitHub Desktop.
Xcode notes

Xcode Notes

Reset Preview Data

From project root.

xcrun simctl --set previews delete all

Slow Animations on Device

Pause execution. In debugger, enter the following. Resume execution.

p [(CALayer *)[[[[UIApplication sharedApplication] windows] objectAtIndex:0] layer] setSpeed:.1f]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment