Created
April 1, 2020 05:32
-
-
Save AppleCEO/e3068ded121f673a36d51039688b3f7c 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
| let button = UIButton() | |
| button.layer.borderWidth = 1 | |
| button.layer.borderColor = UIColor.black.cgcColor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment