|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ne8-hS-cp3">
|
|
|
- <device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
|
+ <device id="retina5_5" orientation="portrait" appearance="light"/>
|
|
|
<dependencies>
|
|
|
<deployment identifier="iOS"/>
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
|
|
@@ -18,75 +18,31 @@
|
|
|
<viewControllerLayoutGuide type="bottom" id="baP-ZX-MR4"/>
|
|
|
</layoutGuides>
|
|
|
<view key="view" opaque="NO" contentMode="scaleToFill" id="wvY-tB-6ZK">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fpt-Rz-5fT">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
|
<connections>
|
|
|
<segue destination="A4d-OP-AMT" kind="embed" id="sDx-bX-1Jt"/>
|
|
|
</connections>
|
|
|
</containerView>
|
|
|
<progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="sD9-1i-ZdY">
|
|
|
- <rect key="frame" x="0.0" y="44" width="414" height="1"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="1"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="1" id="F4E-lI-3jZ"/>
|
|
|
</constraints>
|
|
|
</progressView>
|
|
|
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JKq-ki-dtz" customClass="NCViewerVideoToolBar" customModule="Nextcloud" customModuleProvider="target">
|
|
|
- <rect key="frame" x="25" y="762" width="364" height="100"/>
|
|
|
- <subviews>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EEV-Aj-0lu">
|
|
|
- <rect key="frame" x="324" y="10" width="30" height="30"/>
|
|
|
- <constraints>
|
|
|
- <constraint firstAttribute="height" constant="30" id="SgR-jP-cE2"/>
|
|
|
- <constraint firstAttribute="width" constant="30" id="i2T-5f-Vp2"/>
|
|
|
- </constraints>
|
|
|
- <color key="tintColor" systemColor="labelColor"/>
|
|
|
- <state key="normal" image="audioOn"/>
|
|
|
- <connections>
|
|
|
- <action selector="setMute:" destination="JKq-ki-dtz" eventType="touchUpInside" id="sVP-3d-utr"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vaQ-iz-6jn">
|
|
|
- <rect key="frame" x="167" y="60" width="30" height="30"/>
|
|
|
- <constraints>
|
|
|
- <constraint firstAttribute="width" constant="30" id="CcA-ic-g60"/>
|
|
|
- <constraint firstAttribute="height" constant="30" id="WW1-B9-it4"/>
|
|
|
- </constraints>
|
|
|
- <color key="tintColor" systemColor="labelColor"/>
|
|
|
- <state key="normal" image="play.fill" catalog="system"/>
|
|
|
- <connections>
|
|
|
- <action selector="playerPause:" destination="JKq-ki-dtz" eventType="touchUpInside" id="HRc-XT-ML4"/>
|
|
|
- </connections>
|
|
|
- </button>
|
|
|
- </subviews>
|
|
|
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
- <constraints>
|
|
|
- <constraint firstAttribute="bottom" secondItem="vaQ-iz-6jn" secondAttribute="bottom" constant="10" id="5N1-wl-kld"/>
|
|
|
- <constraint firstAttribute="height" constant="100" id="5w6-ht-zOu"/>
|
|
|
- <constraint firstAttribute="trailing" secondItem="EEV-Aj-0lu" secondAttribute="trailing" constant="10" id="VOB-Dn-8Ko"/>
|
|
|
- <constraint firstItem="vaQ-iz-6jn" firstAttribute="centerX" secondItem="JKq-ki-dtz" secondAttribute="centerX" id="lUU-aX-LyU"/>
|
|
|
- <constraint firstItem="EEV-Aj-0lu" firstAttribute="top" secondItem="JKq-ki-dtz" secondAttribute="top" constant="10" id="ofc-ST-zRd"/>
|
|
|
- </constraints>
|
|
|
- <connections>
|
|
|
- <outlet property="muteButton" destination="EEV-Aj-0lu" id="rZK-aK-b9M"/>
|
|
|
- <outlet property="playButton" destination="vaQ-iz-6jn" id="9i8-js-Jiy"/>
|
|
|
- </connections>
|
|
|
- </view>
|
|
|
</subviews>
|
|
|
<viewLayoutGuide key="safeArea" id="Ozy-9S-dMl"/>
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="bottom" secondItem="fpt-Rz-5fT" secondAttribute="bottom" id="4Xy-Dl-e47"/>
|
|
|
<constraint firstItem="sD9-1i-ZdY" firstAttribute="leading" secondItem="Ozy-9S-dMl" secondAttribute="leading" id="8Dv-gf-lFy"/>
|
|
|
- <constraint firstItem="Ozy-9S-dMl" firstAttribute="bottom" secondItem="JKq-ki-dtz" secondAttribute="bottom" id="AOj-43-nbC"/>
|
|
|
<constraint firstItem="sD9-1i-ZdY" firstAttribute="top" secondItem="Ozy-9S-dMl" secondAttribute="top" id="JUh-my-qNG"/>
|
|
|
<constraint firstItem="Ozy-9S-dMl" firstAttribute="trailing" secondItem="sD9-1i-ZdY" secondAttribute="trailing" id="KQa-Ni-1TC"/>
|
|
|
<constraint firstItem="fpt-Rz-5fT" firstAttribute="leading" secondItem="wvY-tB-6ZK" secondAttribute="leading" id="Kzi-Hg-Ocf"/>
|
|
|
<constraint firstItem="fpt-Rz-5fT" firstAttribute="top" secondItem="wvY-tB-6ZK" secondAttribute="top" id="NnL-9A-ht1"/>
|
|
|
- <constraint firstItem="JKq-ki-dtz" firstAttribute="leading" secondItem="Ozy-9S-dMl" secondAttribute="leading" constant="25" id="evZ-9h-ioB"/>
|
|
|
- <constraint firstItem="Ozy-9S-dMl" firstAttribute="trailing" secondItem="JKq-ki-dtz" secondAttribute="trailing" constant="25" id="jVT-Ul-L36"/>
|
|
|
<constraint firstAttribute="trailing" secondItem="fpt-Rz-5fT" secondAttribute="trailing" id="xh9-IP-ti7"/>
|
|
|
</constraints>
|
|
|
</view>
|
|
@@ -94,7 +50,6 @@
|
|
|
<nil key="simulatedBottomBarMetrics"/>
|
|
|
<connections>
|
|
|
<outlet property="progressView" destination="sD9-1i-ZdY" id="nag-cc-Up3"/>
|
|
|
- <outlet property="toolBar" destination="JKq-ki-dtz" id="dhN-fe-HNh"/>
|
|
|
</connections>
|
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="qhs-BU-mEq" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
@@ -118,30 +73,71 @@
|
|
|
<viewControllerLayoutGuide type="bottom" id="zwn-Sc-mqc"/>
|
|
|
</layoutGuides>
|
|
|
<view key="view" contentMode="scaleToFill" id="fIE-H6-KKc">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" maximumZoomScale="4" translatesAutoresizingMaskIntoConstraints="NO" id="CdQ-LC-Trx">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
|
<subviews>
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="image" translatesAutoresizingMaskIntoConstraints="NO" id="kPV-JM-UnM">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="128" height="128"/>
|
|
|
</imageView>
|
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="2AU-85-K8y">
|
|
|
- <rect key="frame" x="10" y="54" width="30" height="30"/>
|
|
|
+ <rect key="frame" x="10" y="10" width="30" height="30"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="30" id="l1v-vA-4gG"/>
|
|
|
<constraint firstAttribute="width" constant="30" id="mSt-o6-S1g"/>
|
|
|
</constraints>
|
|
|
</imageView>
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DAi-gz-qGP">
|
|
|
- <rect key="frame" x="48" y="60.5" width="60" height="17"/>
|
|
|
+ <rect key="frame" x="48" y="16.666666666666668" width="60" height="17.000000000000004"/>
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<nil key="highlightedColor"/>
|
|
|
</label>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sBp-t2-eFh" customClass="NCViewerVideoToolBar" customModule="Nextcloud" customModuleProvider="target">
|
|
|
+ <rect key="frame" x="25" y="28" width="364" height="100"/>
|
|
|
+ <subviews>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8AB-hx-yqN">
|
|
|
+ <rect key="frame" x="324" y="10" width="30" height="30"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="30" id="6yU-23-dkA"/>
|
|
|
+ <constraint firstAttribute="height" constant="30" id="hBk-Ku-BAd"/>
|
|
|
+ </constraints>
|
|
|
+ <color key="tintColor" systemColor="labelColor"/>
|
|
|
+ <state key="normal" image="audioOn"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="setMute:" destination="sBp-t2-eFh" eventType="touchUpInside" id="cVl-BA-mPJ"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="x3E-b2-obf">
|
|
|
+ <rect key="frame" x="167" y="60" width="30" height="30"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="30" id="Cmv-LX-Phg"/>
|
|
|
+ <constraint firstAttribute="height" constant="30" id="djE-Ml-YD0"/>
|
|
|
+ </constraints>
|
|
|
+ <color key="tintColor" systemColor="labelColor"/>
|
|
|
+ <state key="normal" image="play.fill" catalog="system"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="playerPause:" destination="sBp-t2-eFh" eventType="touchUpInside" id="pRl-bT-hpi"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="8AB-hx-yqN" secondAttribute="trailing" constant="10" id="4LY-8e-z3y"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="x3E-b2-obf" secondAttribute="bottom" constant="10" id="7W8-qk-uwn"/>
|
|
|
+ <constraint firstAttribute="height" constant="100" id="EyI-HW-pHA"/>
|
|
|
+ <constraint firstItem="8AB-hx-yqN" firstAttribute="top" secondItem="sBp-t2-eFh" secondAttribute="top" constant="10" id="qca-CP-X1n"/>
|
|
|
+ <constraint firstItem="x3E-b2-obf" firstAttribute="centerX" secondItem="sBp-t2-eFh" secondAttribute="centerX" id="uPa-tM-Vx6"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <outlet property="muteButton" destination="8AB-hx-yqN" id="9zQ-k7-auv"/>
|
|
|
+ <outlet property="playButton" destination="x3E-b2-obf" id="0Nw-L4-W7M"/>
|
|
|
+ </connections>
|
|
|
+ </view>
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="P8R-4f-zAl" customClass="NCViewerImageDetailView" customModule="Nextcloud" customModuleProvider="target">
|
|
|
- <rect key="frame" x="0.0" y="462" width="414" height="375"/>
|
|
|
+ <rect key="frame" x="0.0" y="336" width="414" height="375"/>
|
|
|
<subviews>
|
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HRq-3M-yeb">
|
|
|
<rect key="frame" x="15" y="50" width="384" height="1"/>
|
|
@@ -288,6 +284,7 @@
|
|
|
</subviews>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<constraints>
|
|
|
+ <constraint firstItem="sBp-t2-eFh" firstAttribute="bottom" secondItem="kPV-JM-UnM" secondAttribute="bottom" id="3tV-vr-w2H"/>
|
|
|
<constraint firstItem="DAi-gz-qGP" firstAttribute="centerY" secondItem="2AU-85-K8y" secondAttribute="centerY" id="Lls-5R-JBM"/>
|
|
|
<constraint firstAttribute="trailing" secondItem="DAi-gz-qGP" secondAttribute="trailing" constant="20" id="QWE-Iy-fcM"/>
|
|
|
<constraint firstItem="kPV-JM-UnM" firstAttribute="leading" secondItem="CdQ-LC-Trx" secondAttribute="leading" id="asL-Ft-Lmc"/>
|
|
@@ -299,16 +296,18 @@
|
|
|
</scrollView>
|
|
|
</subviews>
|
|
|
<viewLayoutGuide key="safeArea" id="Yo6-7W-moG"/>
|
|
|
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="bottom" secondItem="CdQ-LC-Trx" secondAttribute="bottom" id="4qB-8y-OcG"/>
|
|
|
<constraint firstItem="P8R-4f-zAl" firstAttribute="top" secondItem="Yo6-7W-moG" secondAttribute="bottom" constant="-400" id="B4O-kU-vwy"/>
|
|
|
<constraint firstAttribute="trailing" secondItem="CdQ-LC-Trx" secondAttribute="trailing" id="IwE-oE-d3Y"/>
|
|
|
+ <constraint firstItem="Yo6-7W-moG" firstAttribute="trailing" secondItem="sBp-t2-eFh" secondAttribute="trailing" constant="25" id="TCr-e0-gnG"/>
|
|
|
<constraint firstItem="2AU-85-K8y" firstAttribute="leading" secondItem="Yo6-7W-moG" secondAttribute="leading" constant="10" id="X10-OG-EKg"/>
|
|
|
<constraint firstItem="Yo6-7W-moG" firstAttribute="top" secondItem="2AU-85-K8y" secondAttribute="top" constant="-10" id="avO-83-uMQ"/>
|
|
|
<constraint firstItem="P8R-4f-zAl" firstAttribute="leading" secondItem="Yo6-7W-moG" secondAttribute="leading" id="dly-i5-fPW"/>
|
|
|
<constraint firstItem="CdQ-LC-Trx" firstAttribute="leading" secondItem="fIE-H6-KKc" secondAttribute="leading" id="g8C-2m-KkX"/>
|
|
|
<constraint firstItem="CdQ-LC-Trx" firstAttribute="top" secondItem="fIE-H6-KKc" secondAttribute="top" id="hcQ-lB-JwU"/>
|
|
|
+ <constraint firstItem="sBp-t2-eFh" firstAttribute="leading" secondItem="Yo6-7W-moG" secondAttribute="leading" constant="25" id="hwP-QY-nRI"/>
|
|
|
<constraint firstItem="Yo6-7W-moG" firstAttribute="trailing" secondItem="P8R-4f-zAl" secondAttribute="trailing" id="jf2-Nv-gFi"/>
|
|
|
</constraints>
|
|
|
</view>
|
|
@@ -323,6 +322,7 @@
|
|
|
<outlet property="scrollView" destination="CdQ-LC-Trx" id="3np-FR-s39"/>
|
|
|
<outlet property="statusLabel" destination="DAi-gz-qGP" id="zZH-1B-HiI"/>
|
|
|
<outlet property="statusViewImage" destination="2AU-85-K8y" id="22h-Ec-bj0"/>
|
|
|
+ <outlet property="videoToolBar" destination="sBp-t2-eFh" id="mee-f9-Nko"/>
|
|
|
</connections>
|
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="fbE-Jv-mLH" userLabel="First Responder" sceneMemberID="firstResponder"/>
|