MainInterface.storyboard 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="J6p-g8-CHO">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--Document Picker View Controller-->
  14. <scene sceneID="Q8I-MS-tKG">
  15. <objects>
  16. <viewController storyboardIdentifier="DocumentPickerViewController" id="J6p-g8-CHO" customClass="DocumentPickerViewController" customModule="Picker" customModuleProvider="target" sceneMemberID="viewController">
  17. <layoutGuides>
  18. <viewControllerLayoutGuide type="top" id="hST-wJ-eYy"/>
  19. <viewControllerLayoutGuide type="bottom" id="UQD-kz-Mfv"/>
  20. </layoutGuides>
  21. <view key="view" contentMode="scaleToFill" id="Vdh-Gp-eV6">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="vA7-yc-aM1">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="623"/>
  27. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  28. <prototypes>
  29. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="50" id="0H6-U8-fd4" userLabel="Cell" customClass="recordMetadataCell" customModule="Picker" customModuleProvider="target">
  30. <rect key="frame" x="0.0" y="28" width="375" height="50"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0H6-U8-fd4" id="44X-Sr-gc0">
  33. <rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
  34. <autoresizingMask key="autoresizingMask"/>
  35. <subviews>
  36. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Wk9-rb-4yv">
  37. <rect key="frame" x="10" y="5" width="40" height="40"/>
  38. <constraints>
  39. <constraint firstAttribute="width" constant="40" id="OjC-WK-8oe"/>
  40. <constraint firstAttribute="height" constant="40" id="mef-gN-2ly"/>
  41. </constraints>
  42. </imageView>
  43. <label opaque="NO" userInteractionEnabled="NO" tag="101" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="FileName" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xDF-xa-qvc">
  44. <rect key="frame" x="66" y="16" width="301" height="16"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  46. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="13"/>
  47. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="t6N-LC-3jL" userLabel="Status Image View">
  51. <rect key="frame" x="37" y="32" width="15" height="15"/>
  52. <constraints>
  53. <constraint firstAttribute="height" constant="15" id="J4K-CX-e72"/>
  54. <constraint firstAttribute="width" constant="15" id="Vzz-zd-Yzw"/>
  55. </constraints>
  56. </imageView>
  57. </subviews>
  58. <constraints>
  59. <constraint firstItem="t6N-LC-3jL" firstAttribute="top" secondItem="44X-Sr-gc0" secondAttribute="topMargin" constant="24" id="4Nk-TB-5YW"/>
  60. <constraint firstItem="Wk9-rb-4yv" firstAttribute="leading" secondItem="44X-Sr-gc0" secondAttribute="leadingMargin" constant="2" id="JC3-NE-SK8"/>
  61. <constraint firstItem="t6N-LC-3jL" firstAttribute="leading" secondItem="44X-Sr-gc0" secondAttribute="leadingMargin" constant="29" id="RMx-hy-3YJ"/>
  62. <constraint firstItem="Wk9-rb-4yv" firstAttribute="centerY" secondItem="44X-Sr-gc0" secondAttribute="centerY" id="cFG-TN-r8I"/>
  63. </constraints>
  64. </tableViewCellContentView>
  65. <connections>
  66. <outlet property="StatusImageView" destination="t6N-LC-3jL" id="PG8-b8-lRJ"/>
  67. <outlet property="fileImageView" destination="Wk9-rb-4yv" id="K2a-JK-zkR"/>
  68. <outlet property="fileName" destination="xDF-xa-qvc" id="i9u-Bj-qoo"/>
  69. </connections>
  70. </tableViewCell>
  71. </prototypes>
  72. <connections>
  73. <outlet property="dataSource" destination="J6p-g8-CHO" id="IPP-6O-Pgj"/>
  74. <outlet property="delegate" destination="J6p-g8-CHO" id="wBq-lQ-Kon"/>
  75. </connections>
  76. </tableView>
  77. <toolbar clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kOP-Rg-Mvb">
  78. <rect key="frame" x="0.0" y="623" width="375" height="44"/>
  79. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  80. <items>
  81. <barButtonItem style="plain" systemItem="flexibleSpace" id="Wcn-Rh-qba"/>
  82. <barButtonItem image="image_shareExtEncrypt" id="5yO-2s-n3Y" userLabel="Encrypt">
  83. <connections>
  84. <action selector="encryptedButtonTapped:" destination="J6p-g8-CHO" id="OE7-j9-AIp"/>
  85. </connections>
  86. </barButtonItem>
  87. <barButtonItem title="title" id="LlY-NF-IiS" userLabel="Save">
  88. <connections>
  89. <action selector="saveButtonTapped:" destination="J6p-g8-CHO" id="oZp-Hv-neh"/>
  90. </connections>
  91. </barButtonItem>
  92. <barButtonItem style="plain" systemItem="flexibleSpace" id="xmG-u1-O7D"/>
  93. </items>
  94. </toolbar>
  95. </subviews>
  96. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  97. <constraints>
  98. <constraint firstAttribute="trailing" secondItem="vA7-yc-aM1" secondAttribute="trailing" id="36a-TC-Qul"/>
  99. <constraint firstItem="vA7-yc-aM1" firstAttribute="top" secondItem="Vdh-Gp-eV6" secondAttribute="top" id="B3X-Ni-wvz"/>
  100. <constraint firstItem="vA7-yc-aM1" firstAttribute="leading" secondItem="Vdh-Gp-eV6" secondAttribute="leading" id="S3f-mR-ElS"/>
  101. <constraint firstItem="vA7-yc-aM1" firstAttribute="bottom" secondItem="UQD-kz-Mfv" secondAttribute="top" constant="-44" id="osU-tK-fgp"/>
  102. </constraints>
  103. </view>
  104. <connections>
  105. <outlet property="encryptedButton" destination="5yO-2s-n3Y" id="IQ2-oG-ATo"/>
  106. <outlet property="saveButton" destination="LlY-NF-IiS" id="Vh2-iV-omb"/>
  107. <outlet property="tableView" destination="vA7-yc-aM1" id="nuO-LH-LFc"/>
  108. <outlet property="toolBar" destination="kOP-Rg-Mvb" id="lu3-pV-yxw"/>
  109. </connections>
  110. </viewController>
  111. <placeholder placeholderIdentifier="IBFirstResponder" id="UoZ-ya-W3e" userLabel="First Responder" sceneMemberID="firstResponder"/>
  112. </objects>
  113. <point key="canvasLocation" x="120.8" y="141.67916041979012"/>
  114. </scene>
  115. </scenes>
  116. <resources>
  117. <image name="image_shareExtEncrypt" width="16" height="16"/>
  118. </resources>
  119. </document>