Skip to content

Instantly share code, notes, and snippets.

@Raztor0
Created December 30, 2017 00:42
Show Gist options
  • Save Raztor0/67a944fc3ede0ce66df9fb306d2e98bb to your computer and use it in GitHub Desktop.
Save Raztor0/67a944fc3ede0ce66df9fb306d2e98bb to your computer and use it in GitHub Desktop.
OSRSItemSearchTableViewCell.xib
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" 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="13772"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<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"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="60" id="bdz-Om-s07" customClass="OSRSItemSearchTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bdz-Om-s07" id="tKh-yp-Ol0">
<rect key="frame" x="0.0" y="0.0" width="320" height="59.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="j7O-NI-2TU" userLabel="itemImageView">
<rect key="frame" x="0.0" y="0.0" width="60" height="60"/>
<constraints>
<constraint firstAttribute="width" secondItem="j7O-NI-2TU" secondAttribute="height" multiplier="1:1" id="0a4-FM-FQA"/>
<constraint firstAttribute="width" constant="60" id="uTb-NP-WEY"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Blue partyhat" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="k27-TI-fU2" userLabel="itemNameLabel">
<rect key="frame" x="68" y="12" width="244" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="aMh-h3-hDb"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="17"/>
<color key="textColor" red="0.12637259066104889" green="0.12639245390892029" blue="0.12636536359786987" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="H4T-hY-L3v" userLabel="itemPriceLabel">
<rect key="frame" x="68" y="33" width="244" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="rqz-U7-Thb"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="0.90823972225189209" green="0.92638683319091797" blue="0.9317171573638916" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="k27-TI-fU2" firstAttribute="top" secondItem="tKh-yp-Ol0" secondAttribute="top" constant="12" id="96o-VM-NDe"/>
<constraint firstItem="j7O-NI-2TU" firstAttribute="leading" secondItem="tKh-yp-Ol0" secondAttribute="leading" id="HAr-as-ef4"/>
<constraint firstItem="H4T-hY-L3v" firstAttribute="leading" secondItem="j7O-NI-2TU" secondAttribute="trailing" constant="8" id="NyW-F0-oeI"/>
<constraint firstAttribute="trailing" secondItem="k27-TI-fU2" secondAttribute="trailing" constant="8" id="a0b-Eb-RBy"/>
<constraint firstItem="k27-TI-fU2" firstAttribute="leading" secondItem="j7O-NI-2TU" secondAttribute="trailing" constant="8" id="a2B-r8-Ct8"/>
<constraint firstItem="H4T-hY-L3v" firstAttribute="top" secondItem="k27-TI-fU2" secondAttribute="bottom" id="jrG-c2-DYZ"/>
<constraint firstAttribute="trailing" secondItem="H4T-hY-L3v" secondAttribute="trailing" constant="8" id="p0v-Zn-rZW"/>
<constraint firstItem="j7O-NI-2TU" firstAttribute="top" secondItem="tKh-yp-Ol0" secondAttribute="top" id="zCp-oL-tWc"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="itemImageView" destination="j7O-NI-2TU" id="CkN-qC-b1t"/>
<outlet property="itemNameLabel" destination="k27-TI-fU2" id="oSd-ad-v2O"/>
<outlet property="itemPriceLabel" destination="H4T-hY-L3v" id="qHX-yX-wNh"/>
</connections>
<point key="canvasLocation" x="-160" y="99.5"/>
</tableViewCell>
</objects>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment