Skip to content

Instantly share code, notes, and snippets.

@paulw11
Created April 8, 2016 12:27
Show Gist options
  • Save paulw11/f1b0faa229b152f1c53dadefcf9e0885 to your computer and use it in GitHub Desktop.
Save paulw11/f1b0faa229b152f1c53dadefcf9e0885 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label 1" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gdm-65-Rcf">
<rect key="frame" x="20" y="20" width="560" height="290"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label 2" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Blv-BU-9YJ">
<rect key="frame" x="20" y="310" width="560" height="290"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="gdm-65-Rcf" firstAttribute="width" secondItem="Blv-BU-9YJ" secondAttribute="width" id="CCX-CT-aGd"/>
<constraint firstAttribute="trailingMargin" secondItem="Blv-BU-9YJ" secondAttribute="trailing" id="D8a-sI-2ki"/>
<constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="gdm-65-Rcf" secondAttribute="bottom" id="FqP-5T-MU8"/>
<constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="Blv-BU-9YJ" secondAttribute="bottom" id="LB1-RQ-yk7"/>
<constraint firstItem="Blv-BU-9YJ" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" id="R5p-BV-UiY"/>
<constraint firstItem="Blv-BU-9YJ" firstAttribute="height" secondItem="gdm-65-Rcf" secondAttribute="height" id="Ufk-mF-MAy"/>
<constraint firstItem="Blv-BU-9YJ" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="WRp-fG-4xm"/>
<constraint firstItem="gdm-65-Rcf" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="ciL-d7-dui"/>
<constraint firstAttribute="trailingMargin" secondItem="gdm-65-Rcf" secondAttribute="trailing" id="gNU-EU-2S4"/>
<constraint firstItem="Blv-BU-9YJ" firstAttribute="leading" secondItem="gdm-65-Rcf" secondAttribute="trailing" id="gPL-20-CzR"/>
<constraint firstItem="gdm-65-Rcf" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" id="mh2-rt-yD5"/>
<constraint firstItem="Blv-BU-9YJ" firstAttribute="top" secondItem="gdm-65-Rcf" secondAttribute="bottom" id="tnp-vK-jz6"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="CCX-CT-aGd"/>
<exclude reference="FqP-5T-MU8"/>
<exclude reference="R5p-BV-UiY"/>
<exclude reference="gPL-20-CzR"/>
</mask>
</variation>
<variation key="heightClass=compact">
<mask key="constraints">
<include reference="CCX-CT-aGd"/>
<exclude reference="gNU-EU-2S4"/>
<include reference="FqP-5T-MU8"/>
<include reference="R5p-BV-UiY"/>
<exclude reference="Ufk-mF-MAy"/>
<exclude reference="WRp-fG-4xm"/>
<include reference="gPL-20-CzR"/>
<exclude reference="tnp-vK-jz6"/>
</mask>
</variation>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="245" y="316.5"/>
</scene>
</scenes>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment