hucong
hucong
作者的截图方法调用的不适配iPhone X // [view.layer renderInContext:UIGraphicsGetCurrentContext()]; [view drawViewHierarchyInRect:view.bounds afterScreenUpdates:YES]; 在XHLaunchImageView.m中的第70行,把上面的方法替换成下面的方法就好了
 I used the demo and just replaced the Pdf file. There was a problem with the picture displayed after running. ``` // Load in an already created PDF PDDocument...
### 请描述遇到的问题,以及您所期望的正确的结果 从 iOS原生跳 flutter,设置了 iOS 的 presentViewController的动画为 NO,flutter 的路由动画不生效 ,想用 flutter 端的路由动画来实现,所以关闭了 iOS 的跳转动画,但是 flutter 的路由动画没有生效 ### 请说明如何操作会遇到上述问题 _No response_ ### 在下面填入关键复现代码 ``` ``` ### 复现的平台 Both ### Flutter...