SplitDeviceTableViewCell.xib 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="SplitDeviceTableViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="59.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gp0-hr-aiq">
  23. <rect key="frame" x="18" y="11" width="247" height="15"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  25. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  26. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="calibratedRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="leading" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bRc-cZ-BXj">
  30. <rect key="frame" x="273" y="0.0" width="47" height="60"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES"/>
  32. <state key="selected" image="ion_choice"/>
  33. </button>
  34. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="x74-Sh-CpC">
  35. <rect key="frame" x="0.0" y="59" width="320" height="1"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  37. <color key="backgroundColor" red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="calibratedRGB"/>
  38. </view>
  39. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="手机号:18660181698 推荐码:888888" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IhL-ta-LTD">
  40. <rect key="frame" x="18" y="37" width="249" height="12"/>
  41. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  43. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  44. <nil key="highlightedColor"/>
  45. </label>
  46. </subviews>
  47. </tableViewCellContentView>
  48. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  49. <connections>
  50. <outlet property="btnIsSelected" destination="bRc-cZ-BXj" id="XsY-nd-DC9"/>
  51. <outlet property="lblRemark" destination="IhL-ta-LTD" id="lvp-S2-xTB"/>
  52. <outlet property="lblTitle" destination="gp0-hr-aiq" id="BYw-ed-uAM"/>
  53. </connections>
  54. <point key="canvasLocation" x="-232" y="-2.6986506746626691"/>
  55. </tableViewCell>
  56. </objects>
  57. <resources>
  58. <image name="ion_choice" width="23.5" height="16"/>
  59. </resources>
  60. </document>