Snapshot methods broken on iPhone 6 device and simulator

前端 未结 3 1677
谎友^
谎友^ 2021-02-18 23:50

For some unknown reason there seems to be a possible bug with all screenshot methods on the iPhone 6 simulator (and device). Whenever I call any of the screenshot methods includ

3条回答
  •  清歌不尽
    2021-02-19 00:15

    We are seeing this same issue when running the following code:

    [window drawViewHierarchyInRect:window.bounds afterScreenUpdates:YES];
    

    The only solution that we have found so far is to make sure that the application has launch images sized for the iPhone 6 and 6+ and then we no longer are getting the flickering.

提交回复
热议问题