ifish/Ifish/views/setViewCell/CustomModeSetCell.xib

62 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<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="default" indentationWidth="10" reuseIdentifier="GuiDengViewCell" rowHeight="43" id="KGk-i7-Jjw" customClass="CustomModeSetCell">
<rect key="frame" x="0.0" y="0.0" width="327" height="48"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" ambiguous="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="327" height="47.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" text="自定义模式开关" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fae-Uc-c7P">
<rect key="frame" x="18" y="18" width="110" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="9ho-ka-f9n"/>
<constraint firstAttribute="width" constant="110" id="txm-ZH-wUN"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" ambiguous="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SAe-jT-rxs">
<rect key="frame" x="254" y="11" width="60" height="33"/>
<constraints>
<constraint firstAttribute="height" constant="33" id="oLF-cT-z4c"/>
<constraint firstAttribute="width" constant="60" id="wIB-9g-a0X"/>
</constraints>
<state key="normal" backgroundImage="graybtn_big.png"/>
<state key="selected" backgroundImage="greenbtn_big.png"/>
</button>
</subviews>
<constraints>
<constraint firstAttribute="trailingMargin" secondItem="SAe-jT-rxs" secondAttribute="trailing" constant="5" id="2Wi-iL-Sfn"/>
<constraint firstItem="SAe-jT-rxs" firstAttribute="leading" secondItem="Fae-Uc-c7P" secondAttribute="trailing" constant="126" id="56D-Mp-Xah"/>
<constraint firstItem="Fae-Uc-c7P" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="10" id="dWK-xq-pxG"/>
<constraint firstItem="SAe-jT-rxs" firstAttribute="centerY" secondItem="Fae-Uc-c7P" secondAttribute="centerY" id="g0F-O6-5GU"/>
<constraint firstItem="SAe-jT-rxs" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="gzX-So-xGM"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="customModeTitleLbl" destination="Fae-Uc-c7P" id="V49-Eh-YgL"/>
<outlet property="switchControl" destination="SAe-jT-rxs" id="vNc-Nb-a3D"/>
</connections>
<point key="canvasLocation" x="252.5" y="226"/>
</tableViewCell>
</objects>
<resources>
<image name="graybtn_big.png" width="172" height="94"/>
<image name="greenbtn_big.png" width="172" height="94"/>
</resources>
</document>