| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="PushMaTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="375" height="45"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <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">
- <rect key="frame" x="10" y="0.0" width="126" height="45"/>
- <constraints>
- <constraint firstAttribute="width" constant="126" id="cAL-gN-LFW"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lJG-BG-MKB">
- <rect key="frame" x="305" y="7" width="62" height="31"/>
- <constraints>
- <constraint firstAttribute="height" constant="31" id="JHx-2H-hRE"/>
- <constraint firstAttribute="width" constant="60" id="Xy5-q6-HeE"/>
- </constraints>
- <color key="onTintColor" red="0.99615091089999996" green="0.54691022629999997" blue="0.54540938139999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <action selector="isPushNotify:" destination="KGk-i7-Jjw" eventType="valueChanged" id="Df8-ei-0HY"/>
- </connections>
- </switch>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="W11-uU-E8x" secondAttribute="bottom" id="8hc-Ls-dys"/>
- <constraint firstItem="W11-uU-E8x" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="CcM-Lt-97Q"/>
- <constraint firstItem="W11-uU-E8x" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="IYs-kp-Kqk"/>
- <constraint firstItem="lJG-BG-MKB" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="RyM-7O-mqT"/>
- <constraint firstAttribute="trailing" secondItem="lJG-BG-MKB" secondAttribute="trailing" constant="10" id="uSA-Ru-OJF"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="leftNameLabel" destination="W11-uU-E8x" id="vhn-Cz-6Sr"/>
- <outlet property="turnOrOff" destination="lJG-BG-MKB" id="Pnq-3h-Xvd"/>
- </connections>
- <point key="canvasLocation" x="288" y="46"/>
- </tableViewCell>
- </objects>
- </document>
|