123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
- <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" restorationIdentifier="JLMyBonusViewCell" id="gTV-IL-0wX" customClass="JLMyBonusViewCell">
- <rect key="frame" x="0.0" y="0.0" width="337" 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="337" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pad-8S-tf1">
- <rect key="frame" x="20" y="16.5" width="168.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="57M-pt-SLY">
- <rect key="frame" x="198.5" y="16.5" width="35.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view alpha="0.55000000000000004" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="swk-Ju-2wo" userLabel="lineView">
- <rect key="frame" x="0.0" y="49.5" width="337" height="0.5"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="Fzm-P2-gNI"/>
- </constraints>
- </view>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="heX-ak-GnN">
- <rect key="frame" x="281.5" y="16.5" width="35.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="57M-pt-SLY" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="3uP-T0-vWK"/>
- <constraint firstAttribute="trailing" secondItem="swk-Ju-2wo" secondAttribute="trailing" id="84H-N5-nCa"/>
- <constraint firstAttribute="trailing" secondItem="heX-ak-GnN" secondAttribute="trailing" constant="20" id="8kD-3j-N9W"/>
- <constraint firstItem="57M-pt-SLY" firstAttribute="leading" secondItem="pad-8S-tf1" secondAttribute="trailing" constant="10" id="GDj-o3-omL"/>
- <constraint firstItem="pad-8S-tf1" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="LO3-jj-T6G"/>
- <constraint firstItem="swk-Ju-2wo" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="ZP1-Yp-dcR"/>
- <constraint firstItem="pad-8S-tf1" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" multiplier="0.5" id="aZb-mB-Oca"/>
- <constraint firstItem="heX-ak-GnN" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="ef2-Be-xBU"/>
- <constraint firstItem="pad-8S-tf1" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="20" id="lym-J3-unU"/>
- <constraint firstAttribute="bottom" secondItem="swk-Ju-2wo" secondAttribute="bottom" id="sMQ-yv-mJQ"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <size key="customSize" width="337" height="50"/>
- <connections>
- <outlet property="nameLabel" destination="pad-8S-tf1" id="VBL-qH-mwk"/>
- <outlet property="numberLabel" destination="57M-pt-SLY" id="Ncb-Ce-bZm"/>
- <outlet property="statusLabel" destination="heX-ak-GnN" id="XGB-hR-gcs"/>
- </connections>
- <point key="canvasLocation" x="89.130434782608702" y="52.901785714285715"/>
- </collectionViewCell>
- </objects>
- </document>
|