|
|
@@ -0,0 +1,224 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
|
|
+ <device id="retina5_9" orientation="portrait">
|
|
|
+ <adaptation id="fullscreen"/>
|
|
|
+ </device>
|
|
|
+ <dependencies>
|
|
|
+ <deployment identifier="iOS"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
|
|
|
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
+ </dependencies>
|
|
|
+ <objects>
|
|
|
+ <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="RankHeader">
|
|
|
+ <connections>
|
|
|
+ <outlet property="avatar1" destination="C1d-3i-71o" id="V1M-rE-Edx"/>
|
|
|
+ <outlet property="avatar2" destination="GEg-PB-sZk" id="hEs-MC-yaY"/>
|
|
|
+ <outlet property="avatar3" destination="TBW-WJ-2Uv" id="EQb-oc-Zji"/>
|
|
|
+ <outlet property="bgView" destination="YsW-sY-12H" id="5jD-YA-NtG"/>
|
|
|
+ <outlet property="name1" destination="ZxW-Sx-ibw" id="igw-tb-fWN"/>
|
|
|
+ <outlet property="name2" destination="HfO-Ex-Tte" id="vti-Bm-lTv"/>
|
|
|
+ <outlet property="name3" destination="GOG-oU-O1z" id="r4k-j1-22G"/>
|
|
|
+ <outlet property="num1" destination="35Q-IP-9mM" id="u7c-hX-zLo"/>
|
|
|
+ <outlet property="num2" destination="Ded-8Y-ZYx" id="7f6-CK-n0h"/>
|
|
|
+ <outlet property="num3" destination="Hzc-BQ-v4Z" id="rE7-5V-YW7"/>
|
|
|
+ </connections>
|
|
|
+ </placeholder>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
+ <view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="345" height="240"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xTf-ch-rh2">
|
|
|
+ <rect key="frame" x="101.66666666666669" y="0.0" width="142" height="142"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="142" id="3G4-SD-zoB"/>
|
|
|
+ <constraint firstAttribute="height" constant="142" id="PUv-Wq-cMw"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
|
|
|
+ <integer key="value" value="71"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YsW-sY-12H">
|
|
|
+ <rect key="frame" x="0.0" y="47" width="345" height="193"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </view>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="morentouxiang" translatesAutoresizingMaskIntoConstraints="NO" id="C1d-3i-71o" userLabel="avatar1">
|
|
|
+ <rect key="frame" x="142" y="45" width="64" height="64"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="64" id="2k0-os-ehc"/>
|
|
|
+ <constraint firstAttribute="height" constant="64" id="x6c-B6-Fhv"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
|
|
|
+ <integer key="value" value="32"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </imageView>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="morentouxiang" translatesAutoresizingMaskIntoConstraints="NO" id="GEg-PB-sZk" userLabel="avatar2">
|
|
|
+ <rect key="frame" x="30.666666666666671" y="110" width="54" height="54"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="54" id="4Cs-WB-oLf"/>
|
|
|
+ <constraint firstAttribute="width" constant="54" id="7d4-3k-kTa"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
|
|
|
+ <integer key="value" value="27"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </imageView>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="morentouxiang" translatesAutoresizingMaskIntoConstraints="NO" id="TBW-WJ-2Uv" userLabel="avatar3">
|
|
|
+ <rect key="frame" x="257" y="110" width="54" height="54"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="54" id="ctZ-dM-bXf"/>
|
|
|
+ <constraint firstAttribute="height" constant="54" id="kqA-xg-cLr"/>
|
|
|
+ </constraints>
|
|
|
+ <userDefinedRuntimeAttributes>
|
|
|
+ <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
|
|
|
+ <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
|
|
|
+ <integer key="value" value="27"/>
|
|
|
+ </userDefinedRuntimeAttribute>
|
|
|
+ </userDefinedRuntimeAttributes>
|
|
|
+ </imageView>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mask_no1" translatesAutoresizingMaskIntoConstraints="NO" id="Jr1-L6-Nvn">
|
|
|
+ <rect key="frame" x="119" y="23" width="107" height="95"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="107" id="CMw-lK-WuC"/>
|
|
|
+ <constraint firstAttribute="height" constant="95" id="Woo-so-mcU"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mask_no2" translatesAutoresizingMaskIntoConstraints="NO" id="aZM-6f-Yf9">
|
|
|
+ <rect key="frame" x="20" y="90" width="80" height="85"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="85" id="Rql-02-KIb"/>
|
|
|
+ <constraint firstAttribute="width" constant="80" id="U4T-zn-jt0"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mask_no3" translatesAutoresizingMaskIntoConstraints="NO" id="LbT-ZC-tHQ">
|
|
|
+ <rect key="frame" x="245" y="90" width="80" height="85"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="85" id="1B7-uS-wem"/>
|
|
|
+ <constraint firstAttribute="width" constant="80" id="Dfl-ie-eZ3"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="dTW-UP-oKe">
|
|
|
+ <rect key="frame" x="158.33333333333334" y="122" width="31.333333333333343" height="40"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZxW-Sx-ibw">
|
|
|
+ <rect key="frame" x="13.666666666666657" y="0.0" width="4" height="18"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
|
|
+ <nil key="textColor"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="zQz-H3-nYQ">
|
|
|
+ <rect key="frame" x="0.0" y="20" width="31.333333333333332" height="20"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_paimingfen" translatesAutoresizingMaskIntoConstraints="NO" id="a0c-RE-yw1">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="20" height="20"/>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="35Q-IP-9mM">
|
|
|
+ <rect key="frame" x="22" y="1.6666666666666572" width="9.3333333333333357" height="17"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
|
|
|
+ <color key="textColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ </stackView>
|
|
|
+ </subviews>
|
|
|
+ </stackView>
|
|
|
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="IdT-ML-t70">
|
|
|
+ <rect key="frame" x="42" y="179" width="31.333333333333329" height="40"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HfO-Ex-Tte">
|
|
|
+ <rect key="frame" x="13.666666666666664" y="0.0" width="4" height="18"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
|
|
+ <nil key="textColor"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="tNs-cZ-2wX">
|
|
|
+ <rect key="frame" x="0.0" y="20" width="31.333333333333332" height="20"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_paimingfen" translatesAutoresizingMaskIntoConstraints="NO" id="OKm-Lw-fP7">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="20" height="20"/>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ded-8Y-ZYx">
|
|
|
+ <rect key="frame" x="22" y="1.6666666666666572" width="9.3333333333333357" height="17"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
|
|
|
+ <color key="textColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ </stackView>
|
|
|
+ </subviews>
|
|
|
+ </stackView>
|
|
|
+ <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="NPQ-qD-PF1">
|
|
|
+ <rect key="frame" x="268.33333333333331" y="179" width="31.333333333333314" height="40"/>
|
|
|
+ <subviews>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GOG-oU-O1z">
|
|
|
+ <rect key="frame" x="13.666666666666686" y="0.0" width="4" height="18"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
|
|
|
+ <nil key="textColor"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ <stackView opaque="NO" contentMode="scaleToFill" alignment="center" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="esa-eL-dnc">
|
|
|
+ <rect key="frame" x="0.0" y="20" width="31.333333333333332" height="20"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_paimingfen" translatesAutoresizingMaskIntoConstraints="NO" id="Y63-zx-WVD">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="20" height="20"/>
|
|
|
+ </imageView>
|
|
|
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hzc-BQ-v4Z">
|
|
|
+ <rect key="frame" x="22" y="1.6666666666666572" width="9.3333333333333357" height="17"/>
|
|
|
+ <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="14"/>
|
|
|
+ <color key="textColor" red="1" green="0.25098039220000001" blue="0.58431372550000005" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
+ <nil key="highlightedColor"/>
|
|
|
+ </label>
|
|
|
+ </subviews>
|
|
|
+ </stackView>
|
|
|
+ </subviews>
|
|
|
+ </stackView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="TBW-WJ-2Uv" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="110" id="0HB-YI-wJE"/>
|
|
|
+ <constraint firstItem="NPQ-qD-PF1" firstAttribute="centerX" secondItem="TBW-WJ-2Uv" secondAttribute="centerX" id="1UW-0i-5Mw"/>
|
|
|
+ <constraint firstItem="xTf-ch-rh2" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="6MO-Ez-sg2"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="LbT-ZC-tHQ" secondAttribute="trailing" constant="20" id="9M9-6c-qZk"/>
|
|
|
+ <constraint firstItem="NPQ-qD-PF1" firstAttribute="top" secondItem="LbT-ZC-tHQ" secondAttribute="bottom" constant="4" id="Au8-6i-Mg5"/>
|
|
|
+ <constraint firstItem="C1d-3i-71o" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="1.5" id="DWg-N9-ro7"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="TBW-WJ-2Uv" secondAttribute="trailing" constant="34" id="FZ3-eX-nOx"/>
|
|
|
+ <constraint firstItem="Jr1-L6-Nvn" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="23" id="GpG-8I-Qgv"/>
|
|
|
+ <constraint firstItem="IdT-ML-t70" firstAttribute="centerX" secondItem="GEg-PB-sZk" secondAttribute="centerX" id="HJp-xU-NWB"/>
|
|
|
+ <constraint firstItem="YsW-sY-12H" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Nno-P8-3LV"/>
|
|
|
+ <constraint firstItem="YsW-sY-12H" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="47" id="OEJ-33-dwd"/>
|
|
|
+ <constraint firstItem="Jr1-L6-Nvn" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="SI3-O7-2IT"/>
|
|
|
+ <constraint firstItem="IdT-ML-t70" firstAttribute="top" secondItem="aZM-6f-Yf9" secondAttribute="bottom" constant="4" id="T5B-GL-OSN"/>
|
|
|
+ <constraint firstItem="GEg-PB-sZk" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="110" id="TMr-42-Pmm"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="YsW-sY-12H" secondAttribute="trailing" id="VrV-24-akd"/>
|
|
|
+ <constraint firstItem="C1d-3i-71o" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="45" id="bBn-MZ-8Sd"/>
|
|
|
+ <constraint firstItem="dTW-UP-oKe" firstAttribute="centerX" secondItem="C1d-3i-71o" secondAttribute="centerX" id="dfq-vR-lvv"/>
|
|
|
+ <constraint firstItem="LbT-ZC-tHQ" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="90" id="i6f-NP-Zxq"/>
|
|
|
+ <constraint firstItem="xTf-ch-rh2" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="jXJ-6f-a6f"/>
|
|
|
+ <constraint firstItem="aZM-6f-Yf9" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="90" id="pE3-gd-waJ"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="YsW-sY-12H" secondAttribute="bottom" id="qGR-wl-hmL"/>
|
|
|
+ <constraint firstItem="dTW-UP-oKe" firstAttribute="top" secondItem="Jr1-L6-Nvn" secondAttribute="bottom" constant="4" id="qe1-iM-XnY"/>
|
|
|
+ <constraint firstItem="aZM-6f-Yf9" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="vPf-Jh-oRa"/>
|
|
|
+ <constraint firstItem="GEg-PB-sZk" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="30.5" id="vVr-s2-RMF"/>
|
|
|
+ </constraints>
|
|
|
+ <nil key="simulatedTopBarMetrics"/>
|
|
|
+ <nil key="simulatedBottomBarMetrics"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ <point key="canvasLocation" x="92" y="234.97536945812809"/>
|
|
|
+ </view>
|
|
|
+ </objects>
|
|
|
+ <resources>
|
|
|
+ <image name="icon_paimingfen" width="20" height="20"/>
|
|
|
+ <image name="mask_no1" width="105" height="95"/>
|
|
|
+ <image name="mask_no2" width="81" height="85"/>
|
|
|
+ <image name="mask_no3" width="81" height="85"/>
|
|
|
+ <image name="morentouxiang" width="45" height="45"/>
|
|
|
+ </resources>
|
|
|
+</document>
|