1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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>
- <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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="IHSensorItemCell" customModule="Inhealth" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="177" height="75"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="177" height="75"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PM10" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pcz-vK-9G0">
- <rect key="frame" x="35" y="15" width="31" height="17"/>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="12"/>
- <color key="textColor" red="0.67450980392156867" green="0.70588235294117641" blue="0.74117647058823533" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="50" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kGb-6r-F11">
- <rect key="frame" x="35" y="32" width="142" height="23"/>
- <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="16"/>
- <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Fe-aX-LUv">
- <rect key="frame" x="25" y="21" width="5" height="5"/>
- <color key="backgroundColor" red="0.019607843140000001" green="0.81176470590000005" blue="0.6705882353" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="5" id="Zyo-dF-uKV"/>
- <constraint firstAttribute="width" constant="5" id="qcZ-FU-IG0"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="2"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <color key="backgroundColor" red="0.97259360549999996" green="0.97645682099999997" blue="0.97647136450000005" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="Pcz-vK-9G0" firstAttribute="centerY" secondItem="6Fe-aX-LUv" secondAttribute="centerY" id="BaV-Bm-Tpz"/>
- <constraint firstItem="6Fe-aX-LUv" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="25" id="C6D-PV-VeM"/>
- <constraint firstItem="Pcz-vK-9G0" firstAttribute="leading" secondItem="6Fe-aX-LUv" secondAttribute="trailing" constant="5" id="bzQ-Zn-POl"/>
- <constraint firstItem="6Fe-aX-LUv" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="21" id="c9K-9u-oeQ"/>
- <constraint firstItem="kGb-6r-F11" firstAttribute="leading" secondItem="Pcz-vK-9G0" secondAttribute="leading" id="gM1-NE-A9p"/>
- <constraint firstItem="kGb-6r-F11" firstAttribute="top" secondItem="Pcz-vK-9G0" secondAttribute="bottom" id="wuN-od-Bgq"/>
- <constraint firstAttribute="trailing" secondItem="kGb-6r-F11" secondAttribute="trailing" id="xJi-hm-36k"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
- <size key="customSize" width="177" height="75"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="2"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <outlet property="aTitleLabel" destination="Pcz-vK-9G0" id="gzu-hP-jzV"/>
- <outlet property="aVlaueLabel" destination="kGb-6r-F11" id="z4G-JQ-FsN"/>
- <outlet property="statusView" destination="6Fe-aX-LUv" id="uwi-A5-UiY"/>
- </connections>
- <point key="canvasLocation" x="229.71014492753625" y="116.18303571428571"/>
- </collectionViewCell>
- </objects>
- </document>
|