12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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="CommonBarCell">
- <rect key="frame" x="0.0" y="0.0" width="73" height="72"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="73" height="72"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mWd-O0-edz">
- <rect key="frame" x="36.5" y="45" width="0.0" height="0.0"/>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ZNi-sH-3Yz">
- <rect key="frame" x="24" y="12" width="25" height="25"/>
- <constraints>
- <constraint firstAttribute="height" constant="25" id="fkW-NY-u0h"/>
- <constraint firstAttribute="width" constant="25" id="jlq-Pc-ocr"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="mWd-O0-edz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="EU0-oH-cH4"/>
- <constraint firstItem="ZNi-sH-3Yz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="12" id="ZNu-Ma-7yD"/>
- <constraint firstItem="mWd-O0-edz" firstAttribute="top" secondItem="ZNi-sH-3Yz" secondAttribute="bottom" constant="8" id="kMU-MV-ZhU"/>
- <constraint firstItem="ZNi-sH-3Yz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="ovh-Kq-OZ1"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="73" height="72"/>
- <connections>
- <outlet property="imagV" destination="ZNi-sH-3Yz" id="GYD-xl-GPe"/>
- <outlet property="nameL" destination="mWd-O0-edz" id="qCt-w2-785"/>
- </connections>
- <point key="canvasLocation" x="154.34782608695653" y="152.67857142857142"/>
- </collectionViewCell>
- </objects>
- </document>
|