12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <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" reuseIdentifier="AccountAndSecurityTableViewCell" id="KGk-i7-Jjw" customClass="AccountAndSecurityTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <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="43.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3GN-bC-TOs">
- <rect key="frame" x="15" y="10" width="39.5" height="23.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="23.5" id="WWt-bs-Q7m"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mci-7v-uCB">
- <rect key="frame" x="246.5" y="10" width="39.5" height="23.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="我的-灰箭头" translatesAutoresizingMaskIntoConstraints="NO" id="bKp-Yy-nMX">
- <rect key="frame" x="301" y="18" width="4" height="8"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="bKp-Yy-nMX" firstAttribute="leading" secondItem="mci-7v-uCB" secondAttribute="trailing" constant="15" id="0ym-6l-6r5"/>
- <constraint firstItem="bKp-Yy-nMX" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="1KJ-R6-m2u"/>
- <constraint firstAttribute="bottom" secondItem="mci-7v-uCB" secondAttribute="bottom" constant="10" id="JYe-gt-2eH"/>
- <constraint firstItem="mci-7v-uCB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="SEf-5n-LNQ"/>
- <constraint firstAttribute="bottom" secondItem="3GN-bC-TOs" secondAttribute="bottom" constant="10" id="Scf-i6-tOa"/>
- <constraint firstAttribute="trailing" secondItem="bKp-Yy-nMX" secondAttribute="trailing" constant="15" id="aXB-Ha-ZmV"/>
- <constraint firstItem="3GN-bC-TOs" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="kH8-xb-qo0"/>
- <constraint firstItem="3GN-bC-TOs" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="mbd-pp-KTd"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="labelDetail" destination="mci-7v-uCB" id="7xs-bO-WJr"/>
- <outlet property="labelTItle" destination="3GN-bC-TOs" id="qHw-mV-CrC"/>
- </connections>
- </tableViewCell>
- </objects>
- <resources>
- <image name="我的-灰箭头" width="4.5" height="8.5"/>
- </resources>
- </document>
|