Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はただ知らない;これを行う方法がわからない。画像をもっと柔軟に編集したい
UIImageインスタンスにはCGImage、CGImageRef画像データへのアクセスを許可する(読み取り専用)プロパティがあります。 CGImageRefから新しいUIImageを作成するには、便利なコンストラクターを使用できます。
CGImage
+ (UIImage *)imageWithCGImage:(CGImageRef)cgImage