|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14850.00" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14850.00"/> |
| 5 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 6 | + </dependencies> |
| 7 | + <objects> |
| 8 | + <customObject id="-2" userLabel="File's Owner" customClass="SomeAlert" customModule="MyFwk" customModuleProvider="target"> |
| 9 | + <connections> |
| 10 | + <outlet property="label" destination="AaI-7f-Hna" id="9Qf-KY-ZKZ"/> |
| 11 | + <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> |
| 12 | + </connections> |
| 13 | + </customObject> |
| 14 | + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| 15 | + <customObject id="-3" userLabel="Application" customClass="NSObject"/> |
| 16 | + <customView id="Hz6-mo-xeY"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="800" height="521"/> |
| 18 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 19 | + <subviews> |
| 20 | + <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="PbM-Nr-mVI"> |
| 21 | + <rect key="frame" x="0.0" y="0.0" width="800" height="521"/> |
| 22 | + <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="this_is_fine" id="oAz-HJ-kbb"/> |
| 23 | + </imageView> |
| 24 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AaI-7f-Hna"> |
| 25 | + <rect key="frame" x="373" y="10" width="37" height="16"/> |
| 26 | + <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="8Nf-Ba-Sor"> |
| 27 | + <font key="font" metaFont="system"/> |
| 28 | + <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 29 | + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 30 | + </textFieldCell> |
| 31 | + </textField> |
| 32 | + </subviews> |
| 33 | + <constraints> |
| 34 | + <constraint firstItem="PbM-Nr-mVI" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="6qc-mk-w7c"/> |
| 35 | + <constraint firstItem="PbM-Nr-mVI" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="7oF-4c-nPi"/> |
| 36 | + <constraint firstAttribute="trailing" secondItem="PbM-Nr-mVI" secondAttribute="trailing" id="Ixf-fF-M1X"/> |
| 37 | + <constraint firstItem="AaI-7f-Hna" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="375" id="cSk-iC-InE"/> |
| 38 | + <constraint firstItem="AaI-7f-Hna" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="495" id="ikr-Qp-hYt"/> |
| 39 | + <constraint firstItem="PbM-Nr-mVI" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="pbz-et-fp8"/> |
| 40 | + <constraint firstAttribute="bottom" secondItem="AaI-7f-Hna" secondAttribute="bottom" constant="10" id="pwH-7O-7xL"/> |
| 41 | + <constraint firstItem="PbM-Nr-mVI" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="tzP-BG-gDa"/> |
| 42 | + </constraints> |
| 43 | + <point key="canvasLocation" x="139" y="189.5"/> |
| 44 | + </customView> |
| 45 | + </objects> |
| 46 | + <resources> |
| 47 | + <image name="this_is_fine" width="800" height="450"/> |
| 48 | + </resources> |
| 49 | +</document> |
0 commit comments