12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina5_9" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
- <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="MeTraineeDetailsPageViewController" customModule="JiaPeiManage" customModuleProvider="target">
- <connections>
- <outlet property="view" destination="iN0-l3-epB" id="xQA-xO-2op"/>
- </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="375" height="812"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hZo-yc-91j" userLabel="View-nav">
- <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的学员" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jed-Yi-0Ts">
- <rect key="frame" x="137.66666666666666" y="20" width="100" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="100" id="BFe-58-1gi"/>
- <constraint firstAttribute="height" constant="44" id="UjA-tX-zHL"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
- <color key="textColor" red="0.83137254900000002" green="0.86666666670000003" blue="0.90196078430000004" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CwI-I6-eIO">
- <rect key="frame" x="0.0" y="20" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="PBf-xz-X1s"/>
- <constraint firstAttribute="width" constant="44" id="aup-Cs-HCM"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" image="back-white"/>
- <connections>
- <action selector="actionBackdo:" destination="-1" eventType="touchUpInside" id="JWF-LI-9wE"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.043137254899999998" green="0.16862745100000001" blue="0.30196078430000001" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="64" id="2TZ-Nd-Y4a"/>
- <constraint firstItem="Jed-Yi-0Ts" firstAttribute="centerX" secondItem="hZo-yc-91j" secondAttribute="centerX" id="9Wd-MP-srE"/>
- <constraint firstItem="CwI-I6-eIO" firstAttribute="leading" secondItem="hZo-yc-91j" secondAttribute="leading" id="HeO-JS-kCA"/>
- <constraint firstAttribute="bottom" secondItem="Jed-Yi-0Ts" secondAttribute="bottom" id="eYz-Gu-y2b"/>
- <constraint firstAttribute="bottom" secondItem="CwI-I6-eIO" secondAttribute="bottom" id="kkh-7N-3b4"/>
- </constraints>
- </view>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" red="0.043137254899999998" green="0.16862745100000001" blue="0.30196078430000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="hZo-yc-91j" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Tcf-c6-mmR"/>
- <constraint firstItem="hZo-yc-91j" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="ZcS-Kq-bPV"/>
- <constraint firstItem="hZo-yc-91j" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="ilm-Fb-21z"/>
- </constraints>
- <point key="canvasLocation" x="58" y="-11"/>
- </view>
- </objects>
- <resources>
- <image name="back-white" width="9.3333330154418945" height="17"/>
- </resources>
- </document>
|