Unable to simultaneously satisfy constraints Warnings with AVPlayerViewController embedded in storyboard

后端 未结 6 695
长情又很酷
长情又很酷 2020-12-05 22:50

I\'m trying to set up an AVPlayerViewController completely through storyboards by embedding in a separate View Controller.

Steps:

  1. Create Single View Ap
6条回答
  •  一生所求
    2020-12-05 23:43

    This warning is saying that you have used one constraint extra that didn't need to be use.

    ToolBarHeight by default is 44 for all iphone devices here you have used height constraint for UIToolBar. So the Toolbar Height Constraint is extra here , Remove this constraint the warning will be remove automatically

提交回复
热议问题