Created
October 23, 2022 01:06
-
-
Save cjnevin/954d603ec3ec561fe36b5a182a63b606 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| addSubview(redView) { | |
| $0.top(20).leading(20).trailing(-20).bottom(-20).equalToSuperview() | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment