ActionPopTableViewCell.xib 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
  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. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jgq-XD-W2j" customClass="CustomButton">
  17. <rect key="frame" x="-23" y="-15" width="46" height="30"/>
  18. <state key="normal" image="tp_01_img_title_select_list_selected">
  19. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  20. </state>
  21. <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
  22. <rect key="frame" x="0.0" y="0.0" width="40" height="45"/>
  23. </variation>
  24. </button>
  25. <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">
  26. <rect key="frame" x="0.0" y="-21" width="42" height="21"/>
  27. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  28. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  29. <nil key="highlightedColor"/>
  30. <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
  31. <rect key="frame" x="40" y="0.0" width="230" height="44"/>
  32. </variation>
  33. </label>
  34. <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">
  35. <rect key="frame" x="0.0" y="-21" width="42" height="21"/>
  36. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  37. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  38. <nil key="highlightedColor"/>
  39. <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES">
  40. <rect key="frame" x="220" y="0.0" width="50" height="44"/>
  41. </variation>
  42. </label>
  43. </subviews>
  44. <variation key="default">
  45. <mask key="subviews">
  46. <exclude reference="Jgq-XD-W2j"/>
  47. <exclude reference="Vkw-lH-z5d"/>
  48. <exclude reference="BLQ-Fg-7g8"/>
  49. </mask>
  50. </variation>
  51. <variation key="heightClass=regular-widthClass=compact">
  52. <mask key="subviews">
  53. <include reference="Jgq-XD-W2j"/>
  54. <include reference="Vkw-lH-z5d"/>
  55. <include reference="BLQ-Fg-7g8"/>
  56. </mask>
  57. </variation>
  58. </tableViewCellContentView>
  59. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  60. <connections>
  61. <outlet property="btnSelect" destination="Jgq-XD-W2j" id="0ch-7Z-Nj3"/>
  62. <outlet property="lblActionCount" destination="BLQ-Fg-7g8" id="ugJ-vj-hva"/>
  63. <outlet property="lblActionName" destination="Vkw-lH-z5d" id="Y36-LW-c10"/>
  64. </connections>
  65. <point key="canvasLocation" x="163" y="260"/>
  66. </tableViewCell>
  67. </objects>
  68. <resources>
  69. <image name="tp_01_img_title_select_list_selected" width="40" height="45"/>
  70. </resources>
  71. </document>