123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="MyWordCell" id="gTV-IL-0wX" customClass="MyWordCell">
- <rect key="frame" x="0.0" y="0.0" width="50" height="81"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="50" height="81"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="添加审批人" translatesAutoresizingMaskIntoConstraints="NO" id="sPm-Cy-BoW">
- <rect key="frame" x="4" y="4" width="42" height="42"/>
- <constraints>
- <constraint firstAttribute="width" constant="42" id="237-uA-oS3"/>
- <constraint firstAttribute="height" constant="42" id="Fai-xo-U4D"/>
- </constraints>
- </imageView>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="vq7-bC-gsE">
- <rect key="frame" x="32" y="0.0" width="18" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="86Z-uV-XAk"/>
- <constraint firstAttribute="width" constant="18" id="U8P-iu-U0t"/>
- </constraints>
- <state key="normal" image="填写状态"/>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZLa-8Z-bSv">
- <rect key="frame" x="0.0" y="50" width="50" height="0.0"/>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="vq7-bC-gsE" secondAttribute="trailing" id="0rR-ee-YU4"/>
- <constraint firstItem="sPm-Cy-BoW" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="4" id="6Qd-T6-Chd"/>
- <constraint firstItem="ZLa-8Z-bSv" firstAttribute="top" secondItem="sPm-Cy-BoW" secondAttribute="bottom" constant="4" id="7AX-Cc-Wbw"/>
- <constraint firstItem="sPm-Cy-BoW" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="4" id="JrV-gO-amv"/>
- <constraint firstItem="ZLa-8Z-bSv" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="L7B-Bb-Ptq"/>
- <constraint firstItem="vq7-bC-gsE" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="TRU-bd-Dy3"/>
- <constraint firstAttribute="trailing" secondItem="ZLa-8Z-bSv" secondAttribute="trailing" id="qHH-v8-fFC"/>
- <constraint firstAttribute="trailing" secondItem="sPm-Cy-BoW" secondAttribute="trailing" constant="4" id="qV0-4C-IyO"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="50" height="95"/>
- <connections>
- <outlet property="deleteButton" destination="vq7-bC-gsE" id="OBs-Iv-mRv"/>
- <outlet property="iconImage" destination="sPm-Cy-BoW" id="sIO-K1-ylG"/>
- <outlet property="nameLbl" destination="ZLa-8Z-bSv" id="ZMH-VJ-ouN"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="111.49553571428571"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="填写状态" width="17.5" height="17.5"/>
- <image name="添加审批人" width="41.5" height="41.5"/>
- </resources>
- </document>
|