ActionPopTableViewCell.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CellIdentifier" rowHeight="44" id="EEx-ZL-ylG" customClass="ActionPopTableViewCell">
  11. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  12. <autoresizingMask key="autoresizingMask"/>
  13. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="EEx-ZL-ylG" id="FE6-dR-qWw">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jgq-XD-W2j" customClass="CustomButton">
  18. <rect key="frame" x="-23" y="-15" width="46" height="30"/>
  19. <animations/>
  20. <state key="normal" image="tp_01_img_title_select_list_selected">
  21. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  22. </state>
  23. <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
  24. <rect key="frame" x="0.0" y="0.0" width="40" height="45"/>
  25. </variation>
  26. </button>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vkw-lH-z5d" customClass="CustomLabel">
  28. <rect key="frame" x="0.0" y="-21" width="42" height="21"/>
  29. <animations/>
  30. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  31. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  32. <nil key="highlightedColor"/>
  33. <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
  34. <rect key="frame" x="40" y="0.0" width="230" height="44"/>
  35. </variation>
  36. </label>
  37. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BLQ-Fg-7g8" customClass="CustomLabel">
  38. <rect key="frame" x="0.0" y="-21" width="42" height="21"/>
  39. <animations/>
  40. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  41. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  42. <nil key="highlightedColor"/>
  43. <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
  44. <rect key="frame" x="220" y="0.0" width="50" height="44"/>
  45. </variation>
  46. </label>
  47. </subviews>
  48. <animations/>
  49. <variation key="default">
  50. <mask key="subviews">
  51. <exclude reference="Jgq-XD-W2j"/>
  52. <exclude reference="Vkw-lH-z5d"/>
  53. <exclude reference="BLQ-Fg-7g8"/>
  54. </mask>
  55. </variation>
  56. <variation key="heightClass=regular-widthClass=compact">
  57. <mask key="subviews">
  58. <include reference="Jgq-XD-W2j"/>
  59. <include reference="Vkw-lH-z5d"/>
  60. <include reference="BLQ-Fg-7g8"/>
  61. </mask>
  62. </variation>
  63. </tableViewCellContentView>
  64. <animations/>
  65. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  66. <connections>
  67. <outlet property="btnSelect" destination="Jgq-XD-W2j" id="0ch-7Z-Nj3"/>
  68. <outlet property="lblActionCount" destination="BLQ-Fg-7g8" id="ugJ-vj-hva"/>
  69. <outlet property="lblActionName" destination="Vkw-lH-z5d" id="Y36-LW-c10"/>
  70. </connections>
  71. <point key="canvasLocation" x="163" y="260"/>
  72. </tableViewCell>
  73. </objects>
  74. <resources>
  75. <image name="tp_01_img_title_select_list_selected" width="40" height="45"/>
  76. </resources>
  77. </document>