| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
- <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" rowHeight="170" id="KGk-i7-Jjw" customClass="BogoChoiceAreaCell">
- <rect key="frame" x="0.0" y="0.0" width="394" height="170"/>
- <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="394" height="170"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="中国" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="imF-MX-2R4">
- <rect key="frame" x="12" y="75.666666666666671" width="29" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+86" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Eta-RF-eP1">
- <rect key="frame" x="355.66666666666669" y="75.666666666666671" width="26.333333333333314" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.56862745098039214" green="0.32156862745098036" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mu0-XK-EIk">
- <rect key="frame" x="12" y="169" width="370" height="1"/>
- <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="vfe-Ai-5t9"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="imF-MX-2R4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="0IN-gv-et6"/>
- <constraint firstAttribute="trailing" secondItem="Eta-RF-eP1" secondAttribute="trailing" constant="12" id="1AJ-jR-t56"/>
- <constraint firstAttribute="trailing" secondItem="mu0-XK-EIk" secondAttribute="trailing" constant="12" id="CjA-i0-qEL"/>
- <constraint firstItem="mu0-XK-EIk" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="T5J-1F-i2Y"/>
- <constraint firstAttribute="bottom" secondItem="mu0-XK-EIk" secondAttribute="bottom" id="d7Y-6s-sna"/>
- <constraint firstItem="Eta-RF-eP1" firstAttribute="centerY" secondItem="imF-MX-2R4" secondAttribute="centerY" id="gwy-lS-ude"/>
- <constraint firstItem="imF-MX-2R4" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" constant="-1" id="wW3-BY-vXZ"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="countryL" destination="imF-MX-2R4" id="Tzn-sG-nAI"/>
- <outlet property="numL" destination="Eta-RF-eP1" id="Oma-xQ-hsu"/>
- </connections>
- <point key="canvasLocation" x="191.30434782608697" y="105.80357142857143"/>
- </tableViewCell>
- </objects>
- </document>
|