CommonEditor.iPad.xib 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15509"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CommonEditorViewController">
  11. <connections>
  12. <outlet property="tableContainer" destination="2fc-3q-awy" id="sha-ac-z6e"/>
  13. <outlet property="view" destination="7vW-eA-LIf" id="CRE-Rk-YmW"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view contentMode="scaleToFill" id="7vW-eA-LIf">
  18. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2fc-3q-awy" customClass="CommonEditorTableContainerView">
  22. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  23. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  24. <viewLayoutGuide key="safeArea" id="bFx-sA-pGG"/>
  25. </view>
  26. </subviews>
  27. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <constraints>
  29. <constraint firstItem="2fc-3q-awy" firstAttribute="top" secondItem="gbG-q2-I8d" secondAttribute="top" id="AUU-Q2-XAV"/>
  30. <constraint firstItem="2fc-3q-awy" firstAttribute="leading" secondItem="gbG-q2-I8d" secondAttribute="leading" id="Bn5-Jq-aZc"/>
  31. <constraint firstItem="2fc-3q-awy" firstAttribute="bottom" secondItem="gbG-q2-I8d" secondAttribute="bottom" id="cLD-BG-53U"/>
  32. <constraint firstItem="2fc-3q-awy" firstAttribute="trailing" secondItem="gbG-q2-I8d" secondAttribute="trailing" id="oR1-4l-uyr"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="gbG-q2-I8d"/>
  35. <point key="canvasLocation" x="132" y="-485"/>
  36. </view>
  37. </objects>
  38. </document>