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 を NSCopying プロトコルに準拠させる必要がありますが、これを達成するためにどこから始めればよいかまったくわかりません。
私を助けるためのポインタはありますか?
前もって感謝します
- (id) copyWithZone: (NSZone *) zone { return [[UIImage allocWithZone: zone] initWithCGImage: self.CGImage]; }