| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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" useSafeAreas="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"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" restorationIdentifier="CommonEditorWebCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CommonEditorWebCell" rowHeight="186" id="8eQ-NB-syn" customClass="CommonEditorWebCell">
- <rect key="frame" x="0.0" y="0.0" width="768" height="186"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8eQ-NB-syn" id="ScR-YK-gMK">
- <rect key="frame" x="0.0" y="0.0" width="768" height="185.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <webView userInteractionEnabled="NO" contentMode="scaleToFill" allowsInlineMediaPlayback="NO" mediaPlaybackRequiresUserAction="NO" mediaPlaybackAllowsAirPlay="NO" keyboardDisplayRequiresUserAction="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhT-1o-dWH">
- <rect key="frame" x="0.0" y="0.0" width="768" height="185.5"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <dataDetectorType key="dataDetectorTypes"/>
- <connections>
- <outlet property="delegate" destination="8eQ-NB-syn" id="NHg-Y2-IC5"/>
- </connections>
- </webView>
- </subviews>
- <constraints>
- <constraint firstItem="yhT-1o-dWH" firstAttribute="height" secondItem="ScR-YK-gMK" secondAttribute="height" id="6KP-m4-Tlg"/>
- <constraint firstItem="yhT-1o-dWH" firstAttribute="centerY" secondItem="ScR-YK-gMK" secondAttribute="centerY" id="JrV-0O-60Z"/>
- <constraint firstItem="yhT-1o-dWH" firstAttribute="width" secondItem="ScR-YK-gMK" secondAttribute="width" id="jxl-Ac-dHU"/>
- <constraint firstItem="yhT-1o-dWH" firstAttribute="centerX" secondItem="ScR-YK-gMK" secondAttribute="centerX" id="mCR-gd-B8c"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="webview" destination="yhT-1o-dWH" id="MWp-VM-GX6"/>
- </connections>
- </tableViewCell>
- </objects>
- </document>
|