wazrx / XWTransition

几句代码快速集成自定义转场效果+ 全手势驱动
Apache License 2.0
676 stars 146 forks source link

iPhone7出现显示问题 #4

Closed MostarChow closed 5 years ago

MostarChow commented 8 years ago

使用Xcode8,用iPhone7或iPhone7plus运行demo, DrawertypeList -> drawerBottom(仿淘宝) -> 点我或向上滑动, 执行动画的底部viewcontroller变成纯白色,同样是iOS10,其他机型没出现该问题。

flyweights commented 7 years ago

我也遇到这个问题,请问你解决了吗?

flyweights commented 7 years ago

是 iPhone7或iPhone7plus 中的UIView *fromTempView = [fromVC.view snapshotViewAfterScreenUpdates:NO];失效 改成

wazrx commented 7 years ago

谢谢,的确是坑爹的iPhone7和7p的ScreenUpdates相关API失效导致截屏失败而出现白屏了,现已修复!