こんにちは、
これを挿入すると:
UIGraphicsBeginImageContext(imageView.bounds.size);
[imageView.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *img = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
2 行目に次のエラーが表示されます。
インスタンス メッセージのレシーバ タイプ 'CALayer' は前方宣言です
ARCと関係があることは知っていますが、代替手段は何ですか?