RQProfileUserAndVipHeaderView.xib 2.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="20020"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="RQProfileUserAndVipHeaderView">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sBU-3D-N9A">
  17. <rect key="frame" x="16" y="27" width="50" height="23"/>
  18. <fontDescription key="fontDescription" type="boldSystem" pointSize="19"/>
  19. <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  20. <nil key="highlightedColor"/>
  21. </label>
  22. </subviews>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <constraints>
  25. <constraint firstAttribute="bottom" secondItem="sBU-3D-N9A" secondAttribute="bottom" id="grU-fb-IWw"/>
  26. <constraint firstItem="sBU-3D-N9A" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" constant="16" id="qJH-xm-4DV"/>
  27. </constraints>
  28. <connections>
  29. <outlet property="myTitleLabel" destination="sBU-3D-N9A" id="1MK-s9-NN3"/>
  30. </connections>
  31. <point key="canvasLocation" x="139" y="134"/>
  32. </collectionReusableView>
  33. </objects>
  34. </document>