12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MessageDetailVC">
- <connections>
- <outlet property="scrollView" destination="eOO-Rd-3Q6" id="4uk-YX-3Ym"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="eOO-Rd-3Q6">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- </scrollView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="eOO-Rd-3Q6" secondAttribute="trailing" id="Fm5-XK-5I8"/>
- <constraint firstItem="eOO-Rd-3Q6" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="I5q-Xo-3Xg"/>
- <constraint firstAttribute="bottom" secondItem="eOO-Rd-3Q6" secondAttribute="bottom" id="Yfp-WJ-rpE"/>
- <constraint firstItem="eOO-Rd-3Q6" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="m7q-Oj-ztZ"/>
- </constraints>
- <point key="canvasLocation" x="46.5" y="79.5"/>
- </view>
- </objects>
- </document>
|