|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
| 3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/> |
| 7 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
| 9 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 10 | + </dependencies> |
| 11 | + <objects> |
| 12 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ForecastNotFoundView" customModule="WeatherForecastUI"/> |
| 13 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 14 | + <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="ForecastNotFoundView" customModule="WeatherForecastUI"> |
| 15 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 16 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 17 | + <subviews> |
| 18 | + <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="tTZ-he-6pT"> |
| 19 | + <rect key="frame" x="16" y="413" width="382" height="80"/> |
| 20 | + <subviews> |
| 21 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Forecast not found" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6J6-eB-K0k"> |
| 22 | + <rect key="frame" x="91" y="0.0" width="200.5" height="40"/> |
| 23 | + <fontDescription key="fontDescription" style="UICTFontTextStyleTitle1"/> |
| 24 | + <color key="textColor" systemColor="secondaryLabelColor"/> |
| 25 | + <nil key="highlightedColor"/> |
| 26 | + </label> |
| 27 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="252" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KEO-w7-7p1"> |
| 28 | + <rect key="frame" x="170.5" y="40" width="41.5" height="40"/> |
| 29 | + <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/> |
| 30 | + <color key="textColor" systemColor="secondaryLabelColor"/> |
| 31 | + <nil key="highlightedColor"/> |
| 32 | + </label> |
| 33 | + </subviews> |
| 34 | + <constraints> |
| 35 | + <constraint firstAttribute="height" constant="80" id="VH7-bw-3iE"/> |
| 36 | + </constraints> |
| 37 | + </stackView> |
| 38 | + </subviews> |
| 39 | + <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/> |
| 40 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 41 | + <constraints> |
| 42 | + <constraint firstItem="tTZ-he-6pT" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" constant="-16" id="9Ei-rZ-F33"/> |
| 43 | + <constraint firstItem="tTZ-he-6pT" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="9cA-6l-p2s"/> |
| 44 | + <constraint firstItem="tTZ-he-6pT" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="16" id="h7F-c8-XJk"/> |
| 45 | + </constraints> |
| 46 | + <connections> |
| 47 | + <outlet property="messageLabel" destination="KEO-w7-7p1" id="BnJ-sR-6gB"/> |
| 48 | + </connections> |
| 49 | + <point key="canvasLocation" x="137.68115942028987" y="-12.053571428571429"/> |
| 50 | + </view> |
| 51 | + </objects> |
| 52 | + <resources> |
| 53 | + <systemColor name="secondaryLabelColor"> |
| 54 | + <color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/> |
| 55 | + </systemColor> |
| 56 | + <systemColor name="systemBackgroundColor"> |
| 57 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 58 | + </systemColor> |
| 59 | + </resources> |
| 60 | +</document> |
0 commit comments