| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
- <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" selectionStyle="default" indentationWidth="10" reuseIdentifier="GameHistoryTableViewCell" rowHeight="98" id="KGk-i7-Jjw" customClass="GameHistoryTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="265" height="40"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="265" height="40"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_s" translatesAutoresizingMaskIntoConstraints="NO" id="lWi-mk-XZT">
- <rect key="frame" x="116.5" y="4" width="32" height="32"/>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_fu" translatesAutoresizingMaskIntoConstraints="NO" id="jbc-vd-dlV">
- <rect key="frame" x="200.5" y="4" width="32" height="32"/>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_p" translatesAutoresizingMaskIntoConstraints="NO" id="ZTY-Lv-Ahg">
- <rect key="frame" x="32.5" y="4" width="32" height="32"/>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gm_history_new" translatesAutoresizingMaskIntoConstraints="NO" id="vw7-Jx-h5K">
- <rect key="frame" x="-0.5" y="10" width="33" height="20"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="ZTY-Lv-Ahg" firstAttribute="centerY" secondItem="vw7-Jx-h5K" secondAttribute="centerY" id="45k-5w-sOl"/>
- <constraint firstItem="lWi-mk-XZT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="6Y8-tM-00x"/>
- <constraint firstItem="lWi-mk-XZT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="VAS-bn-C9R"/>
- <constraint firstItem="jbc-vd-dlV" firstAttribute="leading" secondItem="lWi-mk-XZT" secondAttribute="trailing" constant="52" id="c4R-VQ-qe3"/>
- <constraint firstItem="jbc-vd-dlV" firstAttribute="centerY" secondItem="lWi-mk-XZT" secondAttribute="centerY" id="dwM-rw-SwN"/>
- <constraint firstItem="lWi-mk-XZT" firstAttribute="centerY" secondItem="ZTY-Lv-Ahg" secondAttribute="centerY" id="h2W-U6-s5n"/>
- <constraint firstItem="lWi-mk-XZT" firstAttribute="leading" secondItem="ZTY-Lv-Ahg" secondAttribute="trailing" constant="52" id="x5x-ls-KHN"/>
- <constraint firstItem="ZTY-Lv-Ahg" firstAttribute="leading" secondItem="vw7-Jx-h5K" secondAttribute="trailing" id="zhC-3Q-0Xu"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="historyNewImg" destination="vw7-Jx-h5K" id="fDk-re-X6t"/>
- <outlet property="leftImg" destination="ZTY-Lv-Ahg" id="nYi-lY-BPa"/>
- <outlet property="midImg" destination="lWi-mk-XZT" id="RZU-ME-rnb"/>
- <outlet property="rightImg" destination="jbc-vd-dlV" id="ycI-33-v7z"/>
- </connections>
- <point key="canvasLocation" x="-2" y="199"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="gm_history_fu" width="32" height="32"/>
- <image name="gm_history_new" width="33" height="20"/>
- <image name="gm_history_p" width="32" height="32"/>
- <image name="gm_history_s" width="32" height="32"/>
- </resources>
- </document>
|