Skip to content

Instantly share code, notes, and snippets.

@aduuub
Last active March 28, 2020 00:19
Show Gist options
  • Save aduuub/452bd367712d198546b16af7eb59ba23 to your computer and use it in GitHub Desktop.
Save aduuub/452bd367712d198546b16af7eb59ba23 to your computer and use it in GitHub Desktop.
LLDBTutorial-3.swift
// We can also print it's constraints
e -l Swift -- print($label.constraints)
// [<NSContentSizeLayoutConstraint:0x6000031550e0 UILabel:0x7f913f90b7e0'All skills'.width == 95.5 Hug:251 CompressionResistance:750 (active)>, <NSContentSizeLayoutConstraint:0x600003155140 UILabel:0x7f913f90b7e0'All skills'.height == 33.5 Hug:251 CompressionResistance:750 (active)>]
// Or even modify its priorities
e -l Swift -- $label.constraints[0].constant = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment