123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" 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="15704"/>
- <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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="229" id="KGk-i7-Jjw" customClass="InPutGongWenImageCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="171"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="171"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="星号" translatesAutoresizingMaskIntoConstraints="NO" id="Tgq-7B-2uZ">
- <rect key="frame" x="92.5" y="22.5" width="5.5" height="6.5"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="公文类型" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ocf-D9-T17">
- <rect key="frame" x="15" y="15" width="69.5" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="mtH-AK-HlF"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="x4O-Sv-5Cf">
- <rect key="frame" x="0.0" y="43.5" width="320" height="0.5"/>
- <color key="backgroundColor" red="0.93333333330000001" green="0.93333333330000001" blue="0.93333333330000001" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="CJ3-kB-PTV"/>
- </constraints>
- </view>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xXg-Lz-ScG" customClass="UIPlaceHolderTextView">
- <rect key="frame" x="10" y="44" width="300" height="74.5"/>
- <color key="backgroundColor" red="0.1215686275" green="0.52941176469999995" blue="0.85882352939999995" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="74.5" id="pyU-wZ-N5G"/>
- </constraints>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <fontDescription key="fontDescription" name=".PingFangSC-Regular" family=".PingFang SC" pointSize="17"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <constraints>
- <constraint firstItem="xXg-Lz-ScG" firstAttribute="top" secondItem="x4O-Sv-5Cf" secondAttribute="bottom" id="J1b-Gw-L9S"/>
- <constraint firstAttribute="bottom" secondItem="x4O-Sv-5Cf" secondAttribute="bottom" constant="87" id="Kn5-lA-GzS"/>
- <constraint firstItem="x4O-Sv-5Cf" firstAttribute="top" secondItem="Ocf-D9-T17" secondAttribute="bottom" constant="7.5" id="MNG-wr-Tt6"/>
- <constraint firstItem="Ocf-D9-T17" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Xx4-Jd-MD7"/>
- <constraint firstAttribute="trailing" secondItem="x4O-Sv-5Cf" secondAttribute="trailing" id="Z7y-PN-E6J"/>
- <constraint firstItem="Tgq-7B-2uZ" firstAttribute="centerY" secondItem="Ocf-D9-T17" secondAttribute="centerY" id="f9y-hs-bc0"/>
- <constraint firstAttribute="trailing" secondItem="xXg-Lz-ScG" secondAttribute="trailing" constant="10" id="khP-vs-KFN"/>
- <constraint firstItem="xXg-Lz-ScG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="lb0-ws-sIA"/>
- <constraint firstItem="Ocf-D9-T17" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="pAv-Ay-dRS"/>
- <constraint firstItem="x4O-Sv-5Cf" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="rkI-g5-Qsa"/>
- <constraint firstItem="Tgq-7B-2uZ" firstAttribute="leading" secondItem="Ocf-D9-T17" secondAttribute="trailing" constant="8" id="szK-gm-diC"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <point key="canvasLocation" x="137.68115942028987" y="159.70982142857142"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="星号" width="5.5" height="6.5"/>
- </resources>
- </document>
|