123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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" customClass="TotalDetailViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="tableView" destination="hyW-Az-nn7" id="0Oq-qM-WXw"/>
- <outlet property="timeLabel" destination="YSH-Cx-um3" id="F02-MX-d5s"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rFa-Td-z4J">
- <rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="--至--" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YSH-Cx-um3">
- <rect key="frame" x="15" y="21" width="43" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jGA-6i-10i">
- <rect key="frame" x="0.0" y="59" width="414" height="1"/>
- <color key="backgroundColor" red="0.86666666670000003" green="0.86666666670000003" blue="0.86666666670000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="3f9-F1-XKh"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="jGA-6i-10i" firstAttribute="leading" secondItem="rFa-Td-z4J" secondAttribute="leading" id="75O-By-sbw"/>
- <constraint firstItem="YSH-Cx-um3" firstAttribute="leading" secondItem="rFa-Td-z4J" secondAttribute="leading" constant="15" id="7Bt-JU-EOA"/>
- <constraint firstAttribute="height" constant="60" id="88R-gU-bVa"/>
- <constraint firstItem="jGA-6i-10i" firstAttribute="bottom" secondItem="rFa-Td-z4J" secondAttribute="bottom" id="RNd-Nb-msI"/>
- <constraint firstItem="YSH-Cx-um3" firstAttribute="centerY" secondItem="rFa-Td-z4J" secondAttribute="centerY" id="Y8E-wt-CXX"/>
- <constraint firstItem="jGA-6i-10i" firstAttribute="centerX" secondItem="rFa-Td-z4J" secondAttribute="centerX" id="nmM-K9-jC7"/>
- </constraints>
- </view>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="hyW-Az-nn7">
- <rect key="frame" x="0.0" y="60" width="414" height="836"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.86666666670000003" green="0.86666666670000003" blue="0.86666666670000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="rFa-Td-z4J" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="23v-sx-y6l"/>
- <constraint firstItem="hyW-Az-nn7" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="8kD-0P-bJU"/>
- <constraint firstItem="rFa-Td-z4J" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="AtV-5k-Vrr"/>
- <constraint firstItem="hyW-Az-nn7" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="H7O-R1-72F"/>
- <constraint firstItem="rFa-Td-z4J" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="Swx-Em-MJE"/>
- <constraint firstItem="hyW-Az-nn7" firstAttribute="top" secondItem="rFa-Td-z4J" secondAttribute="bottom" id="UGC-gB-qxG"/>
- <constraint firstItem="hyW-Az-nn7" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="Yue-VZ-9Vv"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="139" y="80"/>
- </view>
- </objects>
- </document>
|