GameHistoryTableViewCell.xib 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16D30" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="12088"/>
  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" selectionStyle="default" indentationWidth="10" reuseIdentifier="GameHistoryTableViewCell" rowHeight="98" id="KGk-i7-Jjw" customClass="GameHistoryTableViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="265" height="40"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="265" height="40"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_s" translatesAutoresizingMaskIntoConstraints="NO" id="lWi-mk-XZT">
  22. <rect key="frame" x="116.5" y="4" width="32" height="32"/>
  23. </imageView>
  24. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_fu" translatesAutoresizingMaskIntoConstraints="NO" id="jbc-vd-dlV">
  25. <rect key="frame" x="200.5" y="4" width="32" height="32"/>
  26. </imageView>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_p" translatesAutoresizingMaskIntoConstraints="NO" id="ZTY-Lv-Ahg">
  28. <rect key="frame" x="32.5" y="4" width="32" height="32"/>
  29. </imageView>
  30. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_new" translatesAutoresizingMaskIntoConstraints="NO" id="vw7-Jx-h5K">
  31. <rect key="frame" x="-0.5" y="10" width="33" height="20"/>
  32. </imageView>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="ZTY-Lv-Ahg" firstAttribute="centerY" secondItem="vw7-Jx-h5K" secondAttribute="centerY" id="45k-5w-sOl"/>
  36. <constraint firstItem="lWi-mk-XZT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="6Y8-tM-00x"/>
  37. <constraint firstItem="lWi-mk-XZT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="VAS-bn-C9R"/>
  38. <constraint firstItem="jbc-vd-dlV" firstAttribute="leading" secondItem="lWi-mk-XZT" secondAttribute="trailing" constant="52" id="c4R-VQ-qe3"/>
  39. <constraint firstItem="jbc-vd-dlV" firstAttribute="centerY" secondItem="lWi-mk-XZT" secondAttribute="centerY" id="dwM-rw-SwN"/>
  40. <constraint firstItem="lWi-mk-XZT" firstAttribute="centerY" secondItem="ZTY-Lv-Ahg" secondAttribute="centerY" id="h2W-U6-s5n"/>
  41. <constraint firstItem="lWi-mk-XZT" firstAttribute="leading" secondItem="ZTY-Lv-Ahg" secondAttribute="trailing" constant="52" id="x5x-ls-KHN"/>
  42. <constraint firstItem="ZTY-Lv-Ahg" firstAttribute="leading" secondItem="vw7-Jx-h5K" secondAttribute="trailing" id="zhC-3Q-0Xu"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <connections>
  46. <outlet property="historyNewImg" destination="vw7-Jx-h5K" id="fDk-re-X6t"/>
  47. <outlet property="leftImg" destination="ZTY-Lv-Ahg" id="nYi-lY-BPa"/>
  48. <outlet property="midImg" destination="lWi-mk-XZT" id="RZU-ME-rnb"/>
  49. <outlet property="rightImg" destination="jbc-vd-dlV" id="ycI-33-v7z"/>
  50. </connections>
  51. <point key="canvasLocation" x="-2" y="199"/>
  52. </tableViewCell>
  53. </objects>
  54. <resources>
  55. <image name="gm_history_fu" width="32" height="32"/>
  56. <image name="gm_history_new" width="33" height="20"/>
  57. <image name="gm_history_p" width="32" height="32"/>
  58. <image name="gm_history_s" width="32" height="32"/>
  59. </resources>
  60. </document>