UIGraphicsGetCurrentContext threading problem

Posted by Infinity on Stack Overflow See other posts from Stack Overflow or by Infinity
Published on 2010-05-30T20:41:19Z Indexed on 2010/05/30 21:42 UTC
Read the original article Hit count: 567

Filed under:
|

Hello guys!

The reference says this: "You should call this function from the main thread of your application only."
But I would like to get the current graphics context from separate threads. What do you think? What can I do to reach this?


Edit: Thanks guys for the answers. I don't know which is good for me at the moment, but thank you very much.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk