下記のコードでは、anotherView内をimageViewサイズで画像化しようとしています。
サイズは指定できるのですが、位置の指定方法がいまいちわかりません。
位置はどのように指定できるのでしょうか?
swift
1 let img: UIImage? 2 3 UIGraphicsBeginImageContextWithOptions(imageView.frame.size, false, 1) 4 5 anotherView.layer.render(in: UIGraphicsGetCurrentContext()!) 6 img = UIGraphicsGetImageFromCurrentImageContext() 7 8 UIGraphicsEndImageContext() 9 10 self.imageView.image = img
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/05/11 03:26