Skip to content

Instantly share code, notes, and snippets.

@yehorhromadskyi
Created May 20, 2021 09:17
Show Gist options
  • Save yehorhromadskyi/24791854a6b4b55d3ec5b6c06e7b3b48 to your computer and use it in GitHub Desktop.
Save yehorhromadskyi/24791854a6b4b55d3ec5b6c06e7b3b48 to your computer and use it in GitHub Desktop.
open -a Simulator
xcrun simctl uninstall booted <app_id>
(lldb)
e (void)[0x12345 setAlpha: 1.0]
e (void)[0x12345 setBackgroundColor: [UIColor redColor]]
e (void)[CATransaction flush]
po ((UIView *) 0x12345).layer
adb logcat | grep “”
emulator -avd <device_name>
brew repository https://github.com/Homebrew/homebrew-cask/commits/master/Casks/visual-studio.rb
https://dl.xamarin.com/VsMac/VisualStudioForMac-{version}.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment