1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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="TotalTradeViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="tableView" destination="J0i-Dh-a7U" id="gTI-2o-XVo"/>
- <outlet property="timeLabel" destination="yjg-1U-2ju" id="tdl-hQ-l30"/>
- <outlet property="totalLabel" destination="elT-wm-Ct2" id="CHf-dm-Vxt"/>
- <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="idV-XJ-DL5">
- <rect key="frame" x="0.0" y="0.0" width="414" height="120"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="time" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yjg-1U-2ju" userLabel="time Label">
- <rect key="frame" x="15" y="0.0" width="30" height="60"/>
- <constraints>
- <constraint firstAttribute="height" constant="60" id="JpB-gv-YHg"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nc8-dE-wZ1" userLabel="line View">
- <rect key="frame" x="0.0" y="59.5" 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="IO7-zK-fay"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="总计" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lQT-vw-wnL" userLabel="total Title Label">
- <rect key="frame" x="15" y="60" width="31" height="60"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0.0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="elT-wm-Ct2" userLabel="total Label">
- <rect key="frame" x="357" y="81" width="21.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" systemColor="systemRedColor" red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="元" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="emO-mP-iM6" userLabel="yuan Label">
- <rect key="frame" x="383.5" y="81" width="15.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="emO-mP-iM6" firstAttribute="centerY" secondItem="lQT-vw-wnL" secondAttribute="centerY" id="Nms-dF-p56"/>
- <constraint firstItem="yjg-1U-2ju" firstAttribute="leading" secondItem="idV-XJ-DL5" secondAttribute="leading" constant="15" id="PhV-TZ-GRP"/>
- <constraint firstItem="elT-wm-Ct2" firstAttribute="trailing" secondItem="emO-mP-iM6" secondAttribute="leading" constant="-5" id="adj-xU-FC8"/>
- <constraint firstItem="nc8-dE-wZ1" firstAttribute="centerY" secondItem="idV-XJ-DL5" secondAttribute="centerY" id="eDp-Q4-ySa"/>
- <constraint firstItem="yjg-1U-2ju" firstAttribute="top" secondItem="idV-XJ-DL5" secondAttribute="top" id="ek0-oD-3D5"/>
- <constraint firstItem="nc8-dE-wZ1" firstAttribute="leading" secondItem="idV-XJ-DL5" secondAttribute="leading" id="f2t-yi-JnV"/>
- <constraint firstItem="emO-mP-iM6" firstAttribute="trailing" secondItem="idV-XJ-DL5" secondAttribute="trailing" constant="-15" id="laN-Pb-ZXQ"/>
- <constraint firstItem="lQT-vw-wnL" firstAttribute="height" secondItem="yjg-1U-2ju" secondAttribute="height" id="nrN-K0-DL4"/>
- <constraint firstItem="lQT-vw-wnL" firstAttribute="leading" secondItem="yjg-1U-2ju" secondAttribute="leading" id="o4Y-0k-csS"/>
- <constraint firstAttribute="height" constant="120" id="q6z-Is-tjP"/>
- <constraint firstItem="lQT-vw-wnL" firstAttribute="top" secondItem="yjg-1U-2ju" secondAttribute="bottom" id="sPU-3a-H8r"/>
- <constraint firstItem="elT-wm-Ct2" firstAttribute="centerY" secondItem="lQT-vw-wnL" secondAttribute="centerY" id="u3y-Sb-SrM"/>
- <constraint firstItem="nc8-dE-wZ1" firstAttribute="centerX" secondItem="idV-XJ-DL5" secondAttribute="centerX" id="vkq-Wm-uw4"/>
- </constraints>
- </view>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="J0i-Dh-a7U">
- <rect key="frame" x="0.0" y="130" width="414" height="766"/>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="J0i-Dh-a7U" firstAttribute="top" secondItem="idV-XJ-DL5" secondAttribute="bottom" constant="10" id="5Yb-YV-WSd"/>
- <constraint firstItem="idV-XJ-DL5" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Nzk-E4-N0p"/>
- <constraint firstItem="J0i-Dh-a7U" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="S58-rY-RKD"/>
- <constraint firstItem="J0i-Dh-a7U" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="mSH-tS-Sii"/>
- <constraint firstItem="idV-XJ-DL5" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="n3a-Rb-EiN"/>
- <constraint firstItem="J0i-Dh-a7U" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="rjE-XA-ZPS"/>
- <constraint firstItem="idV-XJ-DL5" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="tTA-70-dzS"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="139" y="108"/>
- </view>
- </objects>
- </document>
|