| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16D30" 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="MoreToolsCell">
- <rect key="frame" x="0.0" y="0.0" width="148" height="139"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="148" height="139"/>
- <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="HFN-mO-YAt">
- <rect key="frame" x="0.0" y="99" width="148" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="XKt-pP-7fw"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lr_starShop_normal" translatesAutoresizingMaskIntoConstraints="NO" id="0Fw-Fb-BLo">
- <rect key="frame" x="47" y="10" width="54" height="54"/>
- <constraints>
- <constraint firstAttribute="width" constant="54" id="Ple-OR-TtH"/>
- <constraint firstAttribute="height" constant="54" id="smn-5S-8Ce"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="HFN-mO-YAt" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="BsV-31-hpy"/>
- <constraint firstItem="0Fw-Fb-BLo" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="10" id="S3u-uq-FDc"/>
- <constraint firstAttribute="bottom" secondItem="HFN-mO-YAt" secondAttribute="bottom" constant="10" id="YNb-hg-d8D"/>
- <constraint firstItem="0Fw-Fb-BLo" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="gKc-if-wfZ"/>
- <constraint firstAttribute="trailing" secondItem="HFN-mO-YAt" secondAttribute="trailing" id="lBS-MW-Zdx"/>
- </constraints>
- <size key="customSize" width="148" height="139"/>
- <connections>
- <outlet property="toolsImageView" destination="0Fw-Fb-BLo" id="Irp-4v-so5"/>
- <outlet property="toolsLabel" destination="HFN-mO-YAt" id="qII-9u-elD"/>
- </connections>
- <point key="canvasLocation" x="75" y="45.5"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="lr_starShop_normal" width="54" height="54"/>
- </resources>
- </document>
|