1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" 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="16087"/>
- <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="AchiveAccountCell" customModule="xingchuangke" customModuleProvider="target">
- <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="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eRB-me-F9d">
- <rect key="frame" x="10" y="12" width="2" height="20"/>
- <color key="backgroundColor" red="0.12549019610000001" green="0.58039215690000001" blue="0.96078431369999995" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="Eb3-Kt-BGu"/>
- <constraint firstAttribute="width" constant="2" id="MtU-UI-iuu"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4uW-Fz-N3b">
- <rect key="frame" x="22" y="13" width="38" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="eRB-me-F9d" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="B3v-uw-svT"/>
- <constraint firstItem="eRB-me-F9d" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="M4R-os-rJ9"/>
- <constraint firstItem="4uW-Fz-N3b" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="SPi-D6-9vD"/>
- <constraint firstItem="4uW-Fz-N3b" firstAttribute="leading" secondItem="eRB-me-F9d" secondAttribute="trailing" constant="10" id="t6s-8E-fW7"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="nameLabel" destination="4uW-Fz-N3b" id="Yv6-xG-tJE"/>
- <outlet property="targetView" destination="eRB-me-F9d" id="f14-mX-BPb"/>
- </connections>
- <point key="canvasLocation" x="136" y="92"/>
- </tableViewCell>
- </objects>
- </document>
|