Newer
Older
Meterage_iOS / Meterage / Cells / HomeCollectionViewCell.xib
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
        <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="HomeCollectionViewCell" customModule="Meterage" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
            <autoresizingMask key="autoresizingMask"/>
            <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                <rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                <subviews>
                    <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="account" translatesAutoresizingMaskIntoConstraints="NO" id="nGo-g2-4s7">
                        <rect key="frame" x="37.666666666666664" y="5" width="25" height="25"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="25" id="E2U-Uq-uId"/>
                            <constraint firstAttribute="height" constant="25" id="kpW-Pu-RWK"/>
                        </constraints>
                    </imageView>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cpj-Hj-lc8">
                        <rect key="frame" x="32" y="35" width="36" height="17"/>
                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                        <nil key="textColor"/>
                        <nil key="highlightedColor"/>
                    </label>
                </subviews>
            </view>
            <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
            <constraints>
                <constraint firstItem="cpj-Hj-lc8" firstAttribute="top" secondItem="nGo-g2-4s7" secondAttribute="bottom" constant="5" id="8vq-q3-YKY"/>
                <constraint firstItem="cpj-Hj-lc8" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="Djk-ye-YbL"/>
                <constraint firstItem="nGo-g2-4s7" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="P29-3w-3IY"/>
                <constraint firstItem="nGo-g2-4s7" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="XqO-K9-KHI"/>
            </constraints>
            <size key="customSize" width="103" height="91"/>
            <connections>
                <outlet property="funcImageView" destination="nGo-g2-4s7" id="GmC-nz-aSO"/>
                <outlet property="funcTitleView" destination="cpj-Hj-lc8" id="V9V-L3-alK"/>
            </connections>
            <point key="canvasLocation" x="8.3969465648854964" y="3.1690140845070425"/>
        </collectionViewCell>
    </objects>
    <resources>
        <image name="account" width="25" height="25"/>
    </resources>
</document>