PushMaTableViewCell.xib 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="19454"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="PushMaTableViewCell">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="推送管理" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W11-uU-E8x">
  20. <rect key="frame" x="10" y="0.0" width="126" height="45"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="126" id="cAL-gN-LFW"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  25. <nil key="textColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lJG-BG-MKB">
  29. <rect key="frame" x="305" y="7" width="62" height="31"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="31" id="JHx-2H-hRE"/>
  32. <constraint firstAttribute="width" constant="60" id="Xy5-q6-HeE"/>
  33. </constraints>
  34. <color key="onTintColor" red="0.99615091089999996" green="0.54691022629999997" blue="0.54540938139999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <connections>
  36. <action selector="isPushNotify:" destination="KGk-i7-Jjw" eventType="valueChanged" id="Df8-ei-0HY"/>
  37. </connections>
  38. </switch>
  39. </subviews>
  40. <constraints>
  41. <constraint firstAttribute="bottom" secondItem="W11-uU-E8x" secondAttribute="bottom" id="8hc-Ls-dys"/>
  42. <constraint firstItem="W11-uU-E8x" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="CcM-Lt-97Q"/>
  43. <constraint firstItem="W11-uU-E8x" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="IYs-kp-Kqk"/>
  44. <constraint firstItem="lJG-BG-MKB" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="RyM-7O-mqT"/>
  45. <constraint firstAttribute="trailing" secondItem="lJG-BG-MKB" secondAttribute="trailing" constant="10" id="uSA-Ru-OJF"/>
  46. </constraints>
  47. </tableViewCellContentView>
  48. <connections>
  49. <outlet property="leftNameLabel" destination="W11-uU-E8x" id="vhn-Cz-6Sr"/>
  50. <outlet property="turnOrOff" destination="lJG-BG-MKB" id="Pnq-3h-Xvd"/>
  51. </connections>
  52. <point key="canvasLocation" x="288" y="46"/>
  53. </tableViewCell>
  54. </objects>
  55. </document>