标签: iphone size screen
CGContextRef context = UIGraphicsGetCurrentContext();
现在我想知道上下文的宽度/高度(以像素为单位);任何方式这样做?
答案 0 :(得分:4)
您无法从CGContextRef对象获取该信息,而是从周围的frame对象获取该信息:
CGContextRef
frame
self.frame.size.width self.frame.size.height