我在MBProgressHUD(https://github.com/jdg/MBProgressHUD)中注意到下面的代码-(void)drawRect:(CGRect)rect{CGContextRefcontext=UIGraphicsGetCurrentContext();UIGraphicsPushContext(context);//dosomethingUIGraphicsPopContext();}我想知道“推送上下文”也是当前上下文,为什么作者在绘制之前推送上下文。评论说:useUIGraphicsPushContext()&UIGraphicsPopContext(