You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.6 KiB
38 lines
2.6 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" 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"/> |
|
<collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="PhotoHeaderCollectionReusableView"> |
|
<rect key="frame" x="0.0" y="0.0" width="320" height="50"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<subviews> |
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="U1N-PR-ELD"> |
|
<rect key="frame" x="16" y="15" width="288" height="21"/> |
|
<constraints> |
|
<constraint firstAttribute="height" constant="21" id="9Dm-wd-nCX"/> |
|
</constraints> |
|
<fontDescription key="fontDescription" type="system" pointSize="15"/> |
|
<nil key="textColor"/> |
|
<nil key="highlightedColor"/> |
|
</label> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="U1N-PR-ELD" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" constant="16" id="9fM-yL-x7X"/> |
|
<constraint firstAttribute="trailing" secondItem="U1N-PR-ELD" secondAttribute="trailing" constant="16" id="YCq-VE-5EO"/> |
|
<constraint firstItem="U1N-PR-ELD" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="ZpS-2N-qDJ"/> |
|
</constraints> |
|
<connections> |
|
<outlet property="timeTitleLabel" destination="U1N-PR-ELD" id="6Sb-oC-c37"/> |
|
</connections> |
|
</collectionReusableView> |
|
</objects> |
|
</document>
|
|
|