Skip to content

Instantly share code, notes, and snippets.

@masakih
Created April 12, 2020 12:12
Show Gist options
  • Select an option

  • Save masakih/d43143cf540e6aa10bf50f5ea2da66c0 to your computer and use it in GitHub Desktop.

Select an option

Save masakih/d43143cf540e6aa10bf50f5ea2da66c0 to your computer and use it in GitHub Desktop.
こうだ! #CodePiece
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