ifish/Ifish/views/brandCell/BrandCell.xib

51 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="BrandCell" rowHeight="55" id="KGk-i7-Jjw" customClass="BrandCell">
<rect key="frame" x="0.0" y="0.0" width="361" height="55"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="361" height="54"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="UH5-NW-izi">
<rect key="frame" x="8" y="4" width="92" height="46"/>
<constraints>
<constraint firstAttribute="width" constant="92" id="VS1-FZ-voM"/>
</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="xjR-qh-nbe">
<rect key="frame" x="108" y="16" width="182" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="182" id="C30-HT-oQW"/>
<constraint firstAttribute="height" constant="21" id="zgT-Q1-SAI"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="UH5-NW-izi" firstAttribute="centerY" secondItem="xjR-qh-nbe" secondAttribute="centerY" id="3I2-BA-LTF"/>
<constraint firstItem="xjR-qh-nbe" firstAttribute="leading" secondItem="UH5-NW-izi" secondAttribute="trailing" constant="8" id="UMc-Gx-luw"/>
<constraint firstItem="UH5-NW-izi" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="V0e-IA-UnE"/>
<constraint firstAttribute="leadingMargin" secondItem="UH5-NW-izi" secondAttribute="leading" id="gFY-Fw-jE7"/>
<constraint firstItem="UH5-NW-izi" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="-4" id="x2u-Re-kfK"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="brandLogo" destination="UH5-NW-izi" id="AzQ-D8-BIP"/>
<outlet property="brandName" destination="xjR-qh-nbe" id="RKk-eK-Ab9"/>
</connections>
<point key="canvasLocation" x="338.5" y="250.5"/>
</tableViewCell>
</objects>
</document>