12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <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" id="KGk-i7-Jjw" customClass="RQRetrainChooseCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="54"/>
- <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="320" height="54"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="蓝" translatesAutoresizingMaskIntoConstraints="NO" id="aPw-w3-Z9L">
- <rect key="frame" x="32" y="24" width="6" height="6"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="aPw-w3-Z9L" secondAttribute="height" multiplier="1:1" id="VNw-zJ-d5L"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="249" verticalCompressionResistancePriority="249" text="9999999999999999999999999999999999999999" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sqB-JA-HVZ">
- <rect key="frame" x="46" y="18" width="227" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="箭头右" translatesAutoresizingMaskIntoConstraints="NO" id="PTb-NO-XCY">
- <rect key="frame" x="281" y="20.5" width="7" height="13"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="PTb-NO-XCY" firstAttribute="leading" secondItem="sqB-JA-HVZ" secondAttribute="trailing" constant="8" id="241-gu-uhX"/>
- <constraint firstItem="PTb-NO-XCY" firstAttribute="centerY" secondItem="aPw-w3-Z9L" secondAttribute="centerY" id="NlE-UW-PP5"/>
- <constraint firstItem="sqB-JA-HVZ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="RZF-I1-YZC"/>
- <constraint firstItem="aPw-w3-Z9L" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="TV2-Ec-AVs"/>
- <constraint firstAttribute="trailing" secondItem="PTb-NO-XCY" secondAttribute="trailing" priority="250" constant="32" id="Y3d-cp-2Kd"/>
- <constraint firstItem="sqB-JA-HVZ" firstAttribute="leading" secondItem="aPw-w3-Z9L" secondAttribute="trailing" constant="8" id="YCa-Ak-DdS"/>
- <constraint firstItem="aPw-w3-Z9L" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="6:54" id="cVo-EM-ulr"/>
- <constraint firstItem="aPw-w3-Z9L" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="fsa-kD-xp4"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="myTitleLabel" destination="sqB-JA-HVZ" id="zR8-Gz-NJx"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="124.55357142857142"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="箭头右" width="7" height="13"/>
- <image name="蓝" width="6" height="6"/>
- </resources>
- </document>
|