developer
2023-05-20 c1ffd99c4b60066774eb2c97b31e4aaa014e7f51
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
        <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="AllLiveTypeCollectionViewCell">
            <rect key="frame" x="0.0" y="0.0" width="73" height="70"/>
            <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="70"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ga2-vz-EBt">
                        <rect key="frame" x="19" y="4" width="35" height="35"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="35" id="fxv-y0-eco"/>
                            <constraint firstAttribute="height" constant="35" id="xuY-2x-OGx"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="--" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gbr-AW-qKp">
                        <rect key="frame" x="0.0" y="49" width="73" height="21"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="21" id="spX-GI-KMO"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="13"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="Gbr-AW-qKp" secondAttribute="bottom" id="T4e-kc-KW5"/>
                <constraint firstItem="Gbr-AW-qKp" firstAttribute="top" secondItem="ga2-vz-EBt" secondAttribute="bottom" constant="10" id="WKC-8c-IYI"/>
                <constraint firstItem="ga2-vz-EBt" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="bzG-1f-wxH"/>
                <constraint firstItem="Gbr-AW-qKp" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="cXM-jO-SgW"/>
                <constraint firstAttribute="trailing" secondItem="Gbr-AW-qKp" secondAttribute="trailing" id="jwS-Yf-VjP"/>
            </constraints>
            <size key="customSize" width="73" height="70"/>
            <connections>
                <outlet property="ImageView" destination="ga2-vz-EBt" id="mKi-3W-prr"/>
                <outlet property="titleLabel" destination="Gbr-AW-qKp" id="Iav-B0-Q68"/>
            </connections>
            <point key="canvasLocation" x="36.5" y="97"/>
        </collectionViewCell>
    </objects>
</document>