mirror of
https://github.com/Instagram/IGListKit
synced 2026-04-25 23:47:18 +00:00
Summary: https://github.com/Instagram/IGListKit/pull/209 Reviewed By: rnystrom Differential Revision: D4190633 fbshipit-source-id: 9d382b9ba3f3d20c8b9c48d900650ec354bc9728
50 lines
4 KiB
XML
50 lines
4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16A323" 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="11524"/>
|
|
<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="ACC-7u-S3V" customClass="UserHeaderView" customModule="IGListKitExamples" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="312" height="50"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="312" height="50"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fB3-oa-1BC">
|
|
<rect key="frame" x="15" y="16.5" width="40" height="18"/>
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3vm-Od-Aov">
|
|
<rect key="frame" x="259.5" y="16" width="37.5" height="18"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
<color key="textColor" red="0.46274509800000002" green="0.52941176469999995" blue="0.61568627450000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
</view>
|
|
<color key="backgroundColor" white="0.90492134353741494" alpha="1" colorSpace="calibratedWhite"/>
|
|
<constraints>
|
|
<constraint firstItem="fB3-oa-1BC" firstAttribute="leading" secondItem="ACC-7u-S3V" secondAttribute="leading" constant="15" id="83d-bk-4Qs"/>
|
|
<constraint firstItem="3vm-Od-Aov" firstAttribute="centerY" secondItem="ACC-7u-S3V" secondAttribute="centerY" id="YQ3-gP-vjO"/>
|
|
<constraint firstItem="fB3-oa-1BC" firstAttribute="centerY" secondItem="ACC-7u-S3V" secondAttribute="centerY" id="fbZ-Cp-NR2"/>
|
|
<constraint firstAttribute="trailing" secondItem="3vm-Od-Aov" secondAttribute="trailing" constant="15" id="yNt-bS-TQB"/>
|
|
</constraints>
|
|
<size key="customSize" width="312" height="50"/>
|
|
<connections>
|
|
<outlet property="handleLabel" destination="3vm-Od-Aov" id="yNr-uY-V1v"/>
|
|
<outlet property="nameLabel" destination="fB3-oa-1BC" id="BJ5-t3-QED"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="0.0" y="24"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
</document>
|