NCRenameFile.storyboard 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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="rXH-Df-P31">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Rename File-->
  13. <scene sceneID="L90-uG-f4z">
  14. <objects>
  15. <viewController id="V0q-CP-xMJ" customClass="NCRenameFile" customModule="Nextcloud" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="gzh-6E-hc4">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="t26-3S-4T4">
  21. <rect key="frame" x="132" y="138" width="150" height="150"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="150" id="PaU-P7-coi"/>
  24. <constraint firstAttribute="height" constant="150" id="s6R-ay-3Ui"/>
  25. </constraints>
  26. </imageView>
  27. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Ny2-wR-rxo">
  28. <rect key="frame" x="20" y="322" width="304" height="34"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  30. <textInputTraits key="textInputTraits"/>
  31. </textField>
  32. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Q9G-gl-Fkc">
  33. <rect key="frame" x="334" y="322" width="60" height="34"/>
  34. <constraints>
  35. <constraint firstAttribute="width" constant="60" id="6ga-cj-dYT"/>
  36. </constraints>
  37. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  38. <textInputTraits key="textInputTraits"/>
  39. </textField>
  40. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FOZ-fs-k7i">
  41. <rect key="frame" x="324" y="328.5" width="10" height="21"/>
  42. <constraints>
  43. <constraint firstAttribute="width" constant="10" id="T5K-dj-AdT"/>
  44. </constraints>
  45. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  46. <nil key="textColor"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. </subviews>
  50. <viewLayoutGuide key="safeArea" id="1c1-7Q-WMG"/>
  51. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  52. <constraints>
  53. <constraint firstItem="Ny2-wR-rxo" firstAttribute="leading" secondItem="1c1-7Q-WMG" secondAttribute="leading" constant="20" id="0xL-8c-oLT"/>
  54. <constraint firstItem="t26-3S-4T4" firstAttribute="top" secondItem="1c1-7Q-WMG" secondAttribute="top" constant="50" id="1rN-dK-Q8e"/>
  55. <constraint firstItem="Q9G-gl-Fkc" firstAttribute="leading" secondItem="FOZ-fs-k7i" secondAttribute="trailing" id="9XT-FO-xYu"/>
  56. <constraint firstItem="1c1-7Q-WMG" firstAttribute="trailing" secondItem="Ny2-wR-rxo" secondAttribute="trailing" constant="90" id="BZO-yF-B1w"/>
  57. <constraint firstItem="Ny2-wR-rxo" firstAttribute="top" secondItem="t26-3S-4T4" secondAttribute="bottom" constant="34" id="Ggg-Yg-PBS"/>
  58. <constraint firstItem="Q9G-gl-Fkc" firstAttribute="centerY" secondItem="Ny2-wR-rxo" secondAttribute="centerY" id="ZYX-EF-MUc"/>
  59. <constraint firstItem="FOZ-fs-k7i" firstAttribute="centerY" secondItem="Ny2-wR-rxo" secondAttribute="centerY" id="bRG-fN-OJB"/>
  60. <constraint firstItem="t26-3S-4T4" firstAttribute="centerX" secondItem="1c1-7Q-WMG" secondAttribute="centerX" id="gjy-i8-K5B"/>
  61. <constraint firstItem="FOZ-fs-k7i" firstAttribute="leading" secondItem="Ny2-wR-rxo" secondAttribute="trailing" id="zTq-r2-mRv"/>
  62. </constraints>
  63. </view>
  64. <navigationItem key="navigationItem" id="Zon-2j-rsc"/>
  65. <connections>
  66. <outlet property="ext" destination="Q9G-gl-Fkc" id="YeW-bU-cMx"/>
  67. <outlet property="fileNameWithoutExt" destination="Ny2-wR-rxo" id="2Wq-hO-cwc"/>
  68. <outlet property="fileNameWithoutExtTrailingContraint" destination="BZO-yF-B1w" id="OBT-Ha-an7"/>
  69. <outlet property="point" destination="FOZ-fs-k7i" id="InG-ZA-GpE"/>
  70. <outlet property="previewFile" destination="t26-3S-4T4" id="aOo-XG-pom"/>
  71. </connections>
  72. </viewController>
  73. <placeholder placeholderIdentifier="IBFirstResponder" id="qdm-Cl-C5l" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  74. </objects>
  75. <point key="canvasLocation" x="1453.6231884057972" y="134.59821428571428"/>
  76. </scene>
  77. <!--Navigation Controller-->
  78. <scene sceneID="EGj-56-21I">
  79. <objects>
  80. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="rXH-Df-P31" sceneMemberID="viewController">
  81. <toolbarItems/>
  82. <navigationBar key="navigationBar" contentMode="scaleToFill" id="9bE-0s-QH7">
  83. <rect key="frame" x="0.0" y="44" width="414" height="44"/>
  84. <autoresizingMask key="autoresizingMask"/>
  85. </navigationBar>
  86. <nil name="viewControllers"/>
  87. <connections>
  88. <segue destination="V0q-CP-xMJ" kind="relationship" relationship="rootViewController" id="ATN-i9-4Qs"/>
  89. </connections>
  90. </navigationController>
  91. <placeholder placeholderIdentifier="IBFirstResponder" id="Sp0-R6-fUP" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  92. </objects>
  93. <point key="canvasLocation" x="543.47826086956525" y="134.59821428571428"/>
  94. </scene>
  95. </scenes>
  96. <resources>
  97. <systemColor name="systemBackgroundColor">
  98. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  99. </systemColor>
  100. </resources>
  101. </document>