UIView *snapView = [_containerView snapshotViewAfterScreenUpdates:NO];对_containerView生成一个副本View,参数为NO表示立刻截屏_containerView现在的状态,如果为YES则需要等这个_containerView完成一系列工作后在截屏
UIView *snapView = [_containerView snapshotViewAfterScreenUpdates:NO];对_containerView生成一个副本View,参数为NO表示立刻截屏_containerView现在的状态,如果为YES则需要等这个_containerView完成一系列工作后在截屏