Created
April 12, 2020 12:12
-
-
Save masakih/d43143cf540e6aa10bf50f5ea2da66c0 to your computer and use it in GitHub Desktop.
こうだ! #CodePiece
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
| private func contentImage(in rect: CGRect) -> UIImage { | |
| UIGraphicsImageRenderer(bounds: rect) | |
| .image { con in | |
| textField.layer.render(in: con.cgContext) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment