Video played with AVPlayer has grey line to top and sides on iPhone 6S Plus

后端 未结 6 754
攒了一身酷
攒了一身酷 2021-01-04 05:02

This seems to be a device specific bug on only iPhone 6S Plus.

Steps:

  1. Download AVPlayer demo sample code
  2. Adjust AVPlaye
6条回答
  •  感情败类
    2021-01-04 05:47

    Not only shouldRasterize, you need to set rasterizationScale as well.

    playerLayer.shouldRasterize = true
    playerLayer.rasterizationScale = UIScreen.main.scale
    

提交回复
热议问题