在自定义View中的drawRect方法中,如何判断当前上下文是否已经关闭?
- (void)drawRect:(CGRect)rect {
CGContextRef currentRef = UIGraphicsGetCurrentContext();
NSLog(@"%@",currentRef);
}
在自定义View中的drawRect方法中,如何判断当前上下文是否已经关闭?
- (void)drawRect:(CGRect)rect {
CGContextRef currentRef = UIGraphicsGetCurrentContext();
NSLog(@"%@",currentRef);
}
2 回答1.8k 阅读✓ 已解决
1 回答1.3k 阅读
1 回答1.2k 阅读
1 回答900 阅读
704 阅读