Phone_Web_Cell.xib 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" restorationIdentifier="CommonEditorWebCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="CommonEditorWebCell" rowHeight="186" id="8eQ-NB-syn" customClass="CommonEditorWebCell">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="186"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="8eQ-NB-syn" id="ScR-YK-gMK">
  18. <rect key="frame" x="0.0" y="0.0" width="768" height="185.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <webView userInteractionEnabled="NO" contentMode="scaleToFill" allowsInlineMediaPlayback="NO" mediaPlaybackRequiresUserAction="NO" mediaPlaybackAllowsAirPlay="NO" keyboardDisplayRequiresUserAction="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhT-1o-dWH">
  22. <rect key="frame" x="0.0" y="0.0" width="768" height="185.5"/>
  23. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <dataDetectorType key="dataDetectorTypes"/>
  25. <connections>
  26. <outlet property="delegate" destination="8eQ-NB-syn" id="NHg-Y2-IC5"/>
  27. </connections>
  28. </webView>
  29. </subviews>
  30. <constraints>
  31. <constraint firstItem="yhT-1o-dWH" firstAttribute="height" secondItem="ScR-YK-gMK" secondAttribute="height" id="6KP-m4-Tlg"/>
  32. <constraint firstItem="yhT-1o-dWH" firstAttribute="centerY" secondItem="ScR-YK-gMK" secondAttribute="centerY" id="JrV-0O-60Z"/>
  33. <constraint firstItem="yhT-1o-dWH" firstAttribute="width" secondItem="ScR-YK-gMK" secondAttribute="width" id="jxl-Ac-dHU"/>
  34. <constraint firstItem="yhT-1o-dWH" firstAttribute="centerX" secondItem="ScR-YK-gMK" secondAttribute="centerX" id="mCR-gd-B8c"/>
  35. </constraints>
  36. </tableViewCellContentView>
  37. <connections>
  38. <outlet property="webview" destination="yhT-1o-dWH" id="MWp-VM-GX6"/>
  39. </connections>
  40. </tableViewCell>
  41. </objects>
  42. </document>