Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="480" height="16"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="09V-y9-lbO">
- <rect key="frame" x="-2" y="0.0" width="484" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="This is some long text here" id="fIw-yM-WU3">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="09V-y9-lbO" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="0zt-Ov-5sh"/>
- <constraint firstAttribute="trailing" secondItem="09V-y9-lbO" secondAttribute="trailing" id="1n3-Xs-QlP"/>
- <constraint firstAttribute="bottom" secondItem="09V-y9-lbO" secondAttribute="bottom" id="5Tf-ka-XPp"/>
- <constraint firstItem="09V-y9-lbO" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="5bm-h1-BsD"/>
- </constraints>
- <point key="canvasLocation" x="29" y="-73"/>
- </customView>
- </objects>
- </document>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement