| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
- <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="186"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Zb-Ou-bSY">
- <rect key="frame" x="0.0" y="0.0" width="768" height="186"/>
- <color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <wkWebViewConfiguration key="configuration">
- <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
- <wkPreferences key="preferences"/>
- </wkWebViewConfiguration>
- </wkWebView>
- </subviews>
- <constraints>
- <constraint firstItem="7Zb-Ou-bSY" firstAttribute="top" secondItem="ScR-YK-gMK" secondAttribute="top" id="5BF-O5-mfk"/>
- <constraint firstAttribute="bottom" secondItem="7Zb-Ou-bSY" secondAttribute="bottom" id="cr8-8M-MEX"/>
- <constraint firstItem="7Zb-Ou-bSY" firstAttribute="leading" secondItem="ScR-YK-gMK" secondAttribute="leading" id="cyP-YA-tpi"/>
- <constraint firstAttribute="trailing" secondItem="7Zb-Ou-bSY" secondAttribute="trailing" id="eVw-M8-Ayg"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="wkwebview" destination="7Zb-Ou-bSY" id="UDd-PS-5Za"/>
- </connections>
- <point key="canvasLocation" x="139" y="-10"/>
- </tableViewCell>
- </objects>
- </document>
|