MainInterface.storyboard 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Document Picker View Controller-->
  13. <scene sceneID="Q8I-MS-tKG">
  14. <objects>
  15. <viewController id="J6p-g8-CHO" customClass="DocumentPickerViewController" customModule="Picker" customModuleProvider="target" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="hST-wJ-eYy"/>
  18. <viewControllerLayoutGuide type="bottom" id="UQD-kz-Mfv"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="Vdh-Gp-eV6">
  21. <rect key="frame" x="0.0" y="0.0" width="350" height="400"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <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">
  25. <rect key="frame" x="0.0" y="0.0" width="350" height="400"/>
  26. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  27. <prototypes>
  28. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" id="0H6-U8-fd4" userLabel="Cell">
  29. <rect key="frame" x="0.0" y="28" width="350" height="44"/>
  30. <autoresizingMask key="autoresizingMask"/>
  31. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0H6-U8-fd4" id="44X-Sr-gc0">
  32. <rect key="frame" x="0.0" y="0.0" width="350" height="43.5"/>
  33. <autoresizingMask key="autoresizingMask"/>
  34. </tableViewCellContentView>
  35. </tableViewCell>
  36. </prototypes>
  37. </tableView>
  38. </subviews>
  39. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  40. <constraints>
  41. <constraint firstAttribute="trailing" secondItem="vA7-yc-aM1" secondAttribute="trailing" id="36a-TC-Qul"/>
  42. <constraint firstItem="vA7-yc-aM1" firstAttribute="top" secondItem="Vdh-Gp-eV6" secondAttribute="top" id="B3X-Ni-wvz"/>
  43. <constraint firstItem="vA7-yc-aM1" firstAttribute="leading" secondItem="Vdh-Gp-eV6" secondAttribute="leading" id="S3f-mR-ElS"/>
  44. <constraint firstItem="vA7-yc-aM1" firstAttribute="bottom" secondItem="UQD-kz-Mfv" secondAttribute="top" id="wSm-cl-ClV"/>
  45. </constraints>
  46. </view>
  47. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  48. <size key="freeformSize" width="350" height="400"/>
  49. <connections>
  50. <outlet property="tableView" destination="vA7-yc-aM1" id="nuO-LH-LFc"/>
  51. </connections>
  52. </viewController>
  53. <placeholder placeholderIdentifier="IBFirstResponder" id="UoZ-ya-W3e" userLabel="First Responder" sceneMemberID="firstResponder"/>
  54. </objects>
  55. <point key="canvasLocation" x="116.8" y="123.23838080959521"/>
  56. </scene>
  57. </scenes>
  58. </document>