| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15509"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CommonEditorViewController">
- <connections>
- <outlet property="tableContainer" destination="2fc-3q-awy" id="sha-ac-z6e"/>
- <outlet property="view" destination="7vW-eA-LIf" id="CRE-Rk-YmW"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="7vW-eA-LIf">
- <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2fc-3q-awy" customClass="CommonEditorTableContainerView">
- <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <viewLayoutGuide key="safeArea" id="bFx-sA-pGG"/>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="2fc-3q-awy" firstAttribute="top" secondItem="gbG-q2-I8d" secondAttribute="top" id="AUU-Q2-XAV"/>
- <constraint firstItem="2fc-3q-awy" firstAttribute="leading" secondItem="gbG-q2-I8d" secondAttribute="leading" id="Bn5-Jq-aZc"/>
- <constraint firstItem="2fc-3q-awy" firstAttribute="bottom" secondItem="gbG-q2-I8d" secondAttribute="bottom" id="cLD-BG-53U"/>
- <constraint firstItem="2fc-3q-awy" firstAttribute="trailing" secondItem="gbG-q2-I8d" secondAttribute="trailing" id="oR1-4l-uyr"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="gbG-q2-I8d"/>
- <point key="canvasLocation" x="132" y="-485"/>
- </view>
- </objects>
- </document>
|