BogoChoiceAreaCell.xib 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="170" id="KGk-i7-Jjw" customClass="BogoChoiceAreaCell">
  11. <rect key="frame" x="0.0" y="0.0" width="394" height="170"/>
  12. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  13. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  14. <rect key="frame" x="0.0" y="0.0" width="394" height="170"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <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">
  18. <rect key="frame" x="12" y="75.666666666666671" width="29" height="17"/>
  19. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  20. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. <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">
  24. <rect key="frame" x="355.66666666666669" y="75.666666666666671" width="26.333333333333314" height="17"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  26. <color key="textColor" red="0.56862745098039214" green="0.32156862745098036" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mu0-XK-EIk">
  30. <rect key="frame" x="12" y="169" width="370" height="1"/>
  31. <color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="calibratedRGB"/>
  32. <constraints>
  33. <constraint firstAttribute="height" constant="1" id="vfe-Ai-5t9"/>
  34. </constraints>
  35. </view>
  36. </subviews>
  37. <constraints>
  38. <constraint firstItem="imF-MX-2R4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="0IN-gv-et6"/>
  39. <constraint firstAttribute="trailing" secondItem="Eta-RF-eP1" secondAttribute="trailing" constant="12" id="1AJ-jR-t56"/>
  40. <constraint firstAttribute="trailing" secondItem="mu0-XK-EIk" secondAttribute="trailing" constant="12" id="CjA-i0-qEL"/>
  41. <constraint firstItem="mu0-XK-EIk" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="T5J-1F-i2Y"/>
  42. <constraint firstAttribute="bottom" secondItem="mu0-XK-EIk" secondAttribute="bottom" id="d7Y-6s-sna"/>
  43. <constraint firstItem="Eta-RF-eP1" firstAttribute="centerY" secondItem="imF-MX-2R4" secondAttribute="centerY" id="gwy-lS-ude"/>
  44. <constraint firstItem="imF-MX-2R4" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" constant="-1" id="wW3-BY-vXZ"/>
  45. </constraints>
  46. </tableViewCellContentView>
  47. <connections>
  48. <outlet property="countryL" destination="imF-MX-2R4" id="Tzn-sG-nAI"/>
  49. <outlet property="numL" destination="Eta-RF-eP1" id="Oma-xQ-hsu"/>
  50. </connections>
  51. <point key="canvasLocation" x="191.30434782608697" y="105.80357142857143"/>
  52. </tableViewCell>
  53. </objects>
  54. </document>