|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11173.2" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11143.2"/> |
| 5 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 6 | + </dependencies> |
| 7 | + <objects> |
| 8 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |
| 9 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 10 | + <viewController id="6lp-Ql-5bv" customClass="FirstViewController" customModule="ResourceApp" customModuleProvider="target"> |
| 11 | + <layoutGuides> |
| 12 | + <viewControllerLayoutGuide type="top" id="eTw-4b-dIl"/> |
| 13 | + <viewControllerLayoutGuide type="bottom" id="Vlc-QB-kZj"/> |
| 14 | + </layoutGuides> |
| 15 | + <view key="view" contentMode="scaleToFill" id="6cb-9m-arb"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 18 | + <subviews> |
| 19 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Another view that refers to FirstViewController" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Pv-oh-uAh"> |
| 20 | + <frame key="frameInset" minX="10" minY="28" width="354" height="21"/> |
| 21 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 22 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 23 | + <nil key="textColor"/> |
| 24 | + <nil key="highlightedColor"/> |
| 25 | + </label> |
| 26 | + <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iv9-w2-Jys"> |
| 27 | + <frame key="frameInset" minX="147" minY="193" width="46" height="30"/> |
| 28 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 29 | + <state key="normal" title="Button"/> |
| 30 | + </button> |
| 31 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="title label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4gQ-iR-0Gr"> |
| 32 | + <frame key="frameInset" minX="10" minY="72" width="70" height="21"/> |
| 33 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 34 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 35 | + <nil key="textColor"/> |
| 36 | + <nil key="highlightedColor"/> |
| 37 | + </label> |
| 38 | + </subviews> |
| 39 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 40 | + </view> |
| 41 | + <connections> |
| 42 | + <outlet property="titleLabel" destination="4gQ-iR-0Gr" id="sQ1-d8-AmE"/> |
| 43 | + </connections> |
| 44 | + <point key="canvasLocation" x="10" y="-87"/> |
| 45 | + </viewController> |
| 46 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="bmk-oJ-WgQ"> |
| 47 | + <rect key="frame" x="0.0" y="0.0" width="106" height="30"/> |
| 48 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 49 | + <state key="normal" title="Random button"/> |
| 50 | + <point key="canvasLocation" x="302" y="-136"/> |
| 51 | + </button> |
| 52 | + </objects> |
| 53 | +</document> |
0 commit comments