12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="NoticeSelectCell" id="gTV-IL-0wX" customClass="NoticeSelectCell">
- <rect key="frame" x="0.0" y="0.0" width="60" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="60" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0h0-UX-Ec6">
- <rect key="frame" x="0.0" y="12" width="54" height="26"/>
- <color key="backgroundColor" red="0.92156862745098034" green="0.92156862745098034" blue="0.92156862745098034" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="26" id="zRz-hD-uyk"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lYA-ew-zIb" customClass="TDButton">
- <rect key="frame" x="44" y="6" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="lYA-ew-zIb" secondAttribute="height" id="KGK-md-jMR"/>
- <constraint firstAttribute="width" constant="16" id="lzr-gM-mTU"/>
- </constraints>
- <state key="normal" backgroundImage="del1"/>
- </button>
- </subviews>
- </view>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="lYA-ew-zIb" firstAttribute="leading" secondItem="0h0-UX-Ec6" secondAttribute="trailing" constant="-10" id="L05-ax-IhL"/>
- <constraint firstItem="0h0-UX-Ec6" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="PEg-lr-zVC"/>
- <constraint firstItem="0h0-UX-Ec6" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Vxj-No-jIj"/>
- <constraint firstItem="lYA-ew-zIb" firstAttribute="centerY" secondItem="0h0-UX-Ec6" secondAttribute="top" constant="2" id="lb9-53-TZE"/>
- <constraint firstAttribute="trailing" secondItem="lYA-ew-zIb" secondAttribute="trailing" id="wuf-La-Zz1"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="60" height="50"/>
- <connections>
- <outlet property="delButton" destination="lYA-ew-zIb" id="ggN-5U-vbQ"/>
- <outlet property="nameLabel" destination="0h0-UX-Ec6" id="elx-gs-ZkI"/>
- </connections>
- <point key="canvasLocation" x="144.92753623188406" y="152.67857142857142"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="del1" width="13.5" height="13.5"/>
- </resources>
- </document>
|