【发布时间】:2013-04-28 02:21:57
【问题描述】:
来自Apple iOS Documentation #UIGraphicsGetCurrentContext:“在 iOS 4 及更高版本中,您可以从应用程序的任何线程调用此函数。”
还有,为什么方法调用是C函数格式
UIGraphicsGetCurrentContext() 而不是 Objective-C 消息格式 [UIView UIGraphicsGetCurrentContext]?
【问题讨论】:
标签: ios objective-c c uikit uigraphicscontext