KMAdvertisementCollectionHeadView.xib 2.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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" customClass="KMAdvertisementCollectionHeadView" customModule="PDF_Master" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="480" height="30"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DuE-Mw-GiV">
  17. <rect key="frame" x="6" y="7" width="4" height="16"/>
  18. <textFieldCell key="cell" lineBreakMode="clipping" id="KZj-T6-HnW">
  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="DuE-Mw-GiV" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="b12-fX-rby"/>
  27. <constraint firstItem="DuE-Mw-GiV" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="rGK-BD-UB7"/>
  28. </constraints>
  29. <point key="canvasLocation" x="0.0" y="172"/>
  30. </customView>
  31. </objects>
  32. </document>