1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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" rowHeight="62" id="KGk-i7-Jjw" customClass="IHAQSwitchCell" customModule="Inhealth" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="321" height="62"/>
- <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="321" height="62"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Purifier" translatesAutoresizingMaskIntoConstraints="NO" id="2hv-fd-Upl">
- <rect key="frame" x="20" y="21" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="Gv2-Rb-ltF"/>
- <constraint firstAttribute="width" constant="20" id="dPB-L2-mGt"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Open all (air puirfiers)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="K4e-F9-zsX">
- <rect key="frame" x="45" y="21" width="146" height="20"/>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="14"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eRX-Dr-mKE" customClass="TKExchangeSwitch" customModule="TKSwitcherCollection">
- <rect key="frame" x="270" y="21" width="36" height="20"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="width" constant="36" id="eas-LZ-Yz0"/>
- <constraint firstAttribute="height" constant="20" id="zWX-c2-lAM"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="boolean" keyPath="isOn" value="NO"/>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="2hv-fd-Upl" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="1b5-Ar-da9"/>
- <constraint firstAttribute="trailing" secondItem="eRX-Dr-mKE" secondAttribute="trailing" constant="15" id="9Md-4M-TC3"/>
- <constraint firstItem="eRX-Dr-mKE" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="FaE-e2-irh"/>
- <constraint firstItem="K4e-F9-zsX" firstAttribute="leading" secondItem="2hv-fd-Upl" secondAttribute="trailing" constant="5" id="H5V-2x-cuz"/>
- <constraint firstItem="2hv-fd-Upl" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="JE0-2H-JUj"/>
- <constraint firstItem="K4e-F9-zsX" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Ley-F9-sk6"/>
- </constraints>
- </tableViewCellContentView>
- <color key="backgroundColor" red="0.96470588235294119" green="0.97254901960784312" blue="0.96862745098039216" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="exchangeSwitch" destination="eRX-Dr-mKE" id="hKE-aq-OA0"/>
- </connections>
- <point key="canvasLocation" x="138.40579710144928" y="122.54464285714285"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="Purifier" width="18" height="21"/>
- </resources>
- </document>
|