Phone_Web_Cell.xib 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  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"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" restorationIdentifier="CommonEditorWebCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CommonEditorWebCell" rowHeight="186" id="8eQ-NB-syn" customClass="CommonEditorWebCell">
  13. <rect key="frame" x="0.0" y="0.0" width="768" height="186"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8eQ-NB-syn" id="ScR-YK-gMK">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="186"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7Zb-Ou-bSY">
  20. <rect key="frame" x="0.0" y="0.0" width="768" height="186"/>
  21. <color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. <wkWebViewConfiguration key="configuration">
  23. <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
  24. <wkPreferences key="preferences"/>
  25. </wkWebViewConfiguration>
  26. </wkWebView>
  27. </subviews>
  28. <constraints>
  29. <constraint firstItem="7Zb-Ou-bSY" firstAttribute="top" secondItem="ScR-YK-gMK" secondAttribute="top" id="5BF-O5-mfk"/>
  30. <constraint firstAttribute="bottom" secondItem="7Zb-Ou-bSY" secondAttribute="bottom" id="cr8-8M-MEX"/>
  31. <constraint firstItem="7Zb-Ou-bSY" firstAttribute="leading" secondItem="ScR-YK-gMK" secondAttribute="leading" id="cyP-YA-tpi"/>
  32. <constraint firstAttribute="trailing" secondItem="7Zb-Ou-bSY" secondAttribute="trailing" id="eVw-M8-Ayg"/>
  33. </constraints>
  34. </tableViewCellContentView>
  35. <connections>
  36. <outlet property="wkwebview" destination="7Zb-Ou-bSY" id="UDd-PS-5Za"/>
  37. </connections>
  38. <point key="canvasLocation" x="139" y="-10"/>
  39. </tableViewCell>
  40. </objects>
  41. </document>