player/ios: constrain the bottom of the video view to the top of the toolbar

Otherwise, no video output on iPad.
This commit is contained in:
Matthew Waters 2017-08-17 19:31:51 +10:00
parent e88c04ff34
commit 9dfe9fb41d

View file

@ -99,6 +99,7 @@
<constraint firstItem="MUi-CE-Ydy" firstAttribute="leading" secondItem="CqS-Gu-I1O" secondAttribute="leading" constant="20" symbolic="YES" id="OM9-gE-OVP"/>
<constraint firstItem="xWd-bg-0b6" firstAttribute="leading" secondItem="CqS-Gu-I1O" secondAttribute="leading" id="XO5-WJ-Y3R"/>
<constraint firstItem="MUi-CE-Ydy" firstAttribute="bottom" secondItem="CqS-Gu-I1O" secondAttribute="bottom" constant="20" symbolic="YES" id="w6K-xy-EJe"/>
<constraint firstItem="xWd-bg-0b6" firstAttribute="bottom" secondItem="MUi-CE-Ydy" secondAttribute="top" id="qLn-h6-10Z"/>
</constraints>
</view>
<navigationItem key="navigationItem" id="fGF-kQ-bge"/>