Is UIGraphicsBeginImageContext thread safe?

To quote from the documentation:

In iOS 4 and later, you may call this function from any thread of your
app.

link:http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIKitFunctionReference/Reference/reference.html

Leave a Comment