MyWalletTableViewHeaderView.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MyWalletTableViewHeaderView" customModule="xingchuangke" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ion_small_icon" translatesAutoresizingMaskIntoConstraints="NO" id="yKr-g6-Fho">
  18. <rect key="frame" x="11" y="18" width="4" height="15"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. </imageView>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yPt-QQ-CCG">
  22. <rect key="frame" x="25" y="0.0" width="350" height="50"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  24. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  25. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OSS-qg-sqH">
  29. <rect key="frame" x="0.0" y="49" width="375" height="1"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  31. <color key="backgroundColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="calibratedRGB"/>
  32. </view>
  33. </subviews>
  34. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  36. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  37. <connections>
  38. <outlet property="lblName" destination="yPt-QQ-CCG" id="EYp-qD-e9I"/>
  39. </connections>
  40. <point key="canvasLocation" x="-178.40000000000001" y="80.059970014992516"/>
  41. </view>
  42. </objects>
  43. <resources>
  44. <image name="ion_small_icon" width="4" height="16"/>
  45. </resources>
  46. </document>