12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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" id="gTV-IL-0wX" customClass="TDGroupLabelCell">
- <rect key="frame" x="0.0" y="0.0" width="173" height="52"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="173" height="52"/>
- <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" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Wk-am-QQT">
- <rect key="frame" x="0.0" y="6" width="167" height="52"/>
- <color key="backgroundColor" red="0.88235294117647056" green="0.94901960784313721" blue="0.99215686274509807" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="52" id="y5f-lA-24g"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <color key="textColor" red="0.039215686274509803" green="0.039215686274509803" blue="0.039215686274509803" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="top" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cHS-h2-9Hg">
- <rect key="frame" x="143" y="0.0" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="UsV-5B-7Z2"/>
- <constraint firstAttribute="width" constant="30" id="XPi-v3-rDQ"/>
- </constraints>
- <state key="normal" image="Group_delete"/>
- </button>
- </subviews>
- </view>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="5Wk-am-QQT" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="6" id="Jdv-di-izV"/>
- <constraint firstAttribute="trailing" secondItem="5Wk-am-QQT" secondAttribute="trailing" constant="6" id="Qkd-8O-S68"/>
- <constraint firstAttribute="trailing" secondItem="cHS-h2-9Hg" secondAttribute="trailing" id="hty-wg-99V"/>
- <constraint firstItem="cHS-h2-9Hg" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="hzG-Y4-Wpu"/>
- <constraint firstItem="5Wk-am-QQT" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="tdA-10-YGc"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="173" height="79"/>
- <connections>
- <outlet property="deleteBtn" destination="cHS-h2-9Hg" id="ze2-F1-Qei"/>
- <outlet property="titleL" destination="5Wk-am-QQT" id="Cjo-Y7-hjG"/>
- </connections>
- <point key="canvasLocation" x="226.81159420289856" y="149.33035714285714"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="Group_delete" width="16.5" height="16.5"/>
- </resources>
- </document>
|