Skip to content

Instantly share code, notes, and snippets.

@cjnevin
Created October 23, 2022 01:08
Show Gist options
  • Save cjnevin/7ccbc2f110d242b43f01c0008d2c6581 to your computer and use it in GitHub Desktop.
Save cjnevin/7ccbc2f110d242b43f01c0008d2c6581 to your computer and use it in GitHub Desktop.
extension ConstraintBuilding {
public func edges(_ constant: CGFloat = 0) -> ConstraintBuilder {
top(constant).leading(constant).trailing(-constant).bottom(-constant)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment