SuctionContactWayCell.xib 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SuctionContactWayCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="45"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="45"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="为保证竞拍成功后能顺利联系到你,请填写联系方式" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7bB-1x-Kug">
  22. <rect key="frame" x="10" y="0.0" width="300" height="45"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  24. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. </subviews>
  28. <constraints>
  29. <constraint firstItem="7bB-1x-Kug" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="Evz-k8-BwA"/>
  30. <constraint firstAttribute="trailing" secondItem="7bB-1x-Kug" secondAttribute="trailing" constant="10" id="OJ5-5P-ur9"/>
  31. <constraint firstItem="7bB-1x-Kug" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Pmr-Je-zxW"/>
  32. <constraint firstAttribute="bottom" secondItem="7bB-1x-Kug" secondAttribute="bottom" id="xkY-jX-lfo"/>
  33. </constraints>
  34. </tableViewCellContentView>
  35. </tableViewCell>
  36. </objects>
  37. </document>