Skip to content

Instantly share code, notes, and snippets.

@Adobels
Created November 29, 2022 15:26
Show Gist options
  • Save Adobels/5092ed12ddbe15e6fe03f1291213ae84 to your computer and use it in GitHub Desktop.
Save Adobels/5092ed12ddbe15e6fe03f1291213ae84 to your computer and use it in GitHub Desktop.
Xcode lldb console: cast object in memory
expr -l Swift -- import UIKit
expr -l Swift -- let $ca = unsafeBitCast(0x6000004c1dc0, to: CALayer.self)
expr -l Swift -- print($ca.borderWidth)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment