|
@@ -1,9 +1,9 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="bdK-eL-mz4">
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="bdK-eL-mz4">
|
|
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
|
|
<dependencies>
|
|
|
<deployment identifier="iOS"/>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
@@ -12,7 +12,7 @@
|
|
|
<scene sceneID="tne-QT-ifu">
|
|
|
<objects>
|
|
|
<viewController extendedLayoutIncludesOpaqueBars="YES" id="BYZ-38-t0r" customClass="DragDropViewController" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
- <view key="view" contentMode="scaleToFill" ambiguous="YES" id="8bC-Xf-vdC">
|
|
|
+ <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
@@ -68,7 +68,7 @@
|
|
|
<outlet property="delegate" destination="BYZ-38-t0r" id="B55-sR-2nI"/>
|
|
|
</connections>
|
|
|
</collectionView>
|
|
|
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="fGo-qU-AYi" userLabel="collectionViewDestination">
|
|
|
+ <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="fGo-qU-AYi" userLabel="collectionViewDestination">
|
|
|
<rect key="frame" x="0.0" y="258" width="375" height="359"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<constraints>
|
|
@@ -166,7 +166,7 @@
|
|
|
<action selector="addWithSender:" destination="BYZ-38-t0r" eventType="touchUpInside" id="bkr-97-4RR"/>
|
|
|
</connections>
|
|
|
</button>
|
|
|
- <segmentedControl opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="b3i-bF-ITj">
|
|
|
+ <segmentedControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="plain" selectedSegmentIndex="0" translatesAutoresizingMaskIntoConstraints="NO" id="b3i-bF-ITj">
|
|
|
<rect key="frame" x="24" y="629" width="327" height="28"/>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="height" constant="27" id="Kx0-Zp-wJh"/>
|
|
@@ -186,12 +186,13 @@
|
|
|
<constraint firstAttribute="height" constant="30" id="YPl-DJ-aNS"/>
|
|
|
<constraint firstAttribute="width" constant="30" id="yGb-Y2-8Oj"/>
|
|
|
</constraints>
|
|
|
- <state key="normal" title="+" image="transferDown"/>
|
|
|
+ <state key="normal" image="transferDown"/>
|
|
|
<connections>
|
|
|
<action selector="transferDownWithSender:" destination="BYZ-38-t0r" eventType="touchUpInside" id="IXg-q4-MB7"/>
|
|
|
</connections>
|
|
|
</button>
|
|
|
</subviews>
|
|
|
+ <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
<constraints>
|
|
|
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="YHy-9G-ngy" secondAttribute="trailing" id="3ff-G8-wiq"/>
|
|
@@ -213,7 +214,6 @@
|
|
|
<constraint firstItem="b3i-bF-ITj" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="p4i-a8-soi"/>
|
|
|
<constraint firstItem="fGo-qU-AYi" firstAttribute="top" secondItem="YHy-9G-ngy" secondAttribute="bottom" constant="8" id="x2i-aj-hzf"/>
|
|
|
</constraints>
|
|
|
- <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
|
|
</view>
|
|
|
<navigationItem key="navigationItem" id="zeb-Ex-mE8">
|
|
|
<barButtonItem key="leftBarButtonItem" title="Cancel" id="9KU-yn-lBS" userLabel="Cancel">
|