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.
CGImageRef変数をperformSelectorOnMainThreadに 渡して、NSValue内でvalueWithPointerでラップするのが適切ですか?
CGImageRefのタイプは何ですか? それはcポインタのtypedefですか?
ありがとうございました
CGImageRefCGImagec-structへのポインタです。あなたの場合、idタイプにキャストするだけで十分です:
CGImageRef
CGImage
[obj performSelectorOnMainThread:someSEL withObject:(id)cgImageRef];