IHFloorListCell.xib 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="IHFloorListCell" customModule="Inhealth" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="99" height="47"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="99" height="47"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oh8-mz-ohy">
  21. <rect key="frame" x="14.5" y="8.5" width="70" height="30"/>
  22. <color key="backgroundColor" red="0.96470588235294119" green="0.97254901960784312" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="30" id="B9I-zc-7Fv"/>
  25. <constraint firstAttribute="width" constant="70" id="OOQ-59-qXz"/>
  26. </constraints>
  27. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
  28. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <nil key="highlightedColor"/>
  30. <userDefinedRuntimeAttributes>
  31. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  32. <real key="value" value="4"/>
  33. </userDefinedRuntimeAttribute>
  34. </userDefinedRuntimeAttributes>
  35. </label>
  36. </subviews>
  37. </view>
  38. <constraints>
  39. <constraint firstItem="oh8-mz-ohy" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="hxb-7j-Svx"/>
  40. <constraint firstItem="oh8-mz-ohy" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="zRL-OS-evk"/>
  41. </constraints>
  42. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  43. <size key="customSize" width="99" height="47"/>
  44. <connections>
  45. <outlet property="floorNameLabel" destination="oh8-mz-ohy" id="HDL-2O-4VZ"/>
  46. </connections>
  47. <point key="canvasLocation" x="173.18840579710147" y="111.49553571428571"/>
  48. </collectionViewCell>
  49. </objects>
  50. </document>