小编Ish*_*nda的帖子

Unable to simultaneously satisfy constraints Warnings with AVPlayerViewController embedded in storyboard

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

Steps:

  1. Create Single View Application in Xcode.
  2. Embed VC in navigation Controller.
  3. Add toolbar at the bottom.(pinned to superView (Leading, Trailing, Bottom Layout Guide, Height(44)).
  4. Add container View in parent View Controller.(pinned to superView (Leading, Trailing), Top Layout Guide, toolbar Top).
  5. Remove the default View Controller that comes with container view.
  6. Drag AV Player View Controller object from Object Library.
  7. Connect embed segue …

xcode objective-c ios autolayout avplayerviewcontroller

34
推荐指数
2
解决办法
6655
查看次数