123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
- <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="DepartureController">
- <connections>
- <outlet property="customNavigationHeight" destination="1Jj-am-t0E" id="Kaa-do-kgZ"/>
- <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="kJi-Lj-Bc5" customClass="WQNavigationBar">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="btT-NK-Xes">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fKE-GC-w9C">
- <rect key="frame" x="0.0" y="0.0" width="50" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="1AV-AO-4fj"/>
- <constraint firstAttribute="height" constant="44" id="OTl-Uy-jAK"/>
- </constraints>
- <state key="normal" image="icon_back_white"/>
- <connections>
- <action selector="backAction:" destination="-1" eventType="touchUpInside" id="VmH-Xq-vE0"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="65S-RY-fci">
- <rect key="frame" x="50" y="0.0" width="35" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="kcb-Fa-PAS"/>
- <constraint firstAttribute="width" constant="35" id="sFD-de-2CG"/>
- </constraints>
- <state key="normal" image="mail_detail_menu_icon"/>
- <connections>
- <action selector="menuAction:" destination="-1" eventType="touchUpInside" id="bEG-JF-k9S"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="离职人员" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IZJ-Ph-MBE">
- <rect key="frame" x="170" y="11" width="74" height="22"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
- <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="STa-r6-mTG">
- <rect key="frame" x="380" y="12" width="21" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="21" id="4Z1-za-2Q2"/>
- <constraint firstAttribute="height" constant="20" id="Wfr-VB-83e"/>
- </constraints>
- <state key="normal" image="导出"/>
- </button>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <color key="tintColor" red="0.33333333329999998" green="0.46274509800000002" blue="0.6705882353" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="65S-RY-fci" firstAttribute="bottom" secondItem="fKE-GC-w9C" secondAttribute="bottom" id="2ii-HA-mvP"/>
- <constraint firstItem="65S-RY-fci" firstAttribute="leading" secondItem="fKE-GC-w9C" secondAttribute="trailing" id="63m-2w-4A1"/>
- <constraint firstAttribute="height" constant="44" id="9lI-e0-eBL"/>
- <constraint firstItem="IZJ-Ph-MBE" firstAttribute="centerX" secondItem="btT-NK-Xes" secondAttribute="centerX" id="Bqs-Um-QNs"/>
- <constraint firstItem="fKE-GC-w9C" firstAttribute="leading" secondItem="btT-NK-Xes" secondAttribute="leading" id="R8L-Sg-nio"/>
- <constraint firstAttribute="bottom" secondItem="fKE-GC-w9C" secondAttribute="bottom" id="U27-sW-FvQ"/>
- <constraint firstItem="IZJ-Ph-MBE" firstAttribute="centerY" secondItem="fKE-GC-w9C" secondAttribute="centerY" id="V0b-vh-m4y"/>
- <constraint firstAttribute="trailing" secondItem="STa-r6-mTG" secondAttribute="trailing" constant="13" id="XhP-87-7Rw"/>
- <constraint firstItem="STa-r6-mTG" firstAttribute="centerY" secondItem="btT-NK-Xes" secondAttribute="centerY" id="cws-wH-z4p"/>
- <constraint firstItem="65S-RY-fci" firstAttribute="top" secondItem="fKE-GC-w9C" secondAttribute="top" id="mFO-BX-HRV"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.33333333329999998" green="0.46274509800000002" blue="0.6705882353" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="64" id="1Jj-am-t0E"/>
- <constraint firstItem="btT-NK-Xes" firstAttribute="leading" secondItem="kJi-Lj-Bc5" secondAttribute="leading" id="JYB-c9-euZ"/>
- <constraint firstItem="btT-NK-Xes" firstAttribute="trailing" secondItem="kJi-Lj-Bc5" secondAttribute="trailing" id="f1Y-fl-dtu"/>
- <constraint firstAttribute="bottom" secondItem="btT-NK-Xes" secondAttribute="bottom" id="vJ8-Cl-fvo"/>
- </constraints>
- <connections>
- <outlet property="height" destination="1Jj-am-t0E" id="uPe-gg-AuT"/>
- </connections>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.97254901960784312" green="0.97254901960784312" blue="0.97254901960784312" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="kJi-Lj-Bc5" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="4Nk-cu-AtD"/>
- <constraint firstItem="kJi-Lj-Bc5" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Xwo-bG-hig"/>
- <constraint firstItem="kJi-Lj-Bc5" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="aea-HW-S2v"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <point key="canvasLocation" x="139" y="130"/>
- </view>
- </objects>
- <resources>
- <image name="icon_back_white" width="10" height="18"/>
- <image name="mail_detail_menu_icon" width="18" height="13"/>
- <image name="导出" width="42" height="40"/>
- </resources>
- </document>
|