Advertisement
IbrahimHassan

Untitled

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