IHPickFloorCell.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="172" id="KGk-i7-Jjw" customClass="IHPickFloorCell" customModule="Inhealth" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="328" height="172"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="328" height="172"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="c0g-u5-0Ah">
  21. <rect key="frame" x="20" y="0.0" width="288" height="172"/>
  22. <color key="backgroundColor" red="0.96470588235294119" green="0.97254901960784312" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
  23. <userDefinedRuntimeAttributes>
  24. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  25. <real key="value" value="4"/>
  26. </userDefinedRuntimeAttribute>
  27. </userDefinedRuntimeAttributes>
  28. </view>
  29. </subviews>
  30. <constraints>
  31. <constraint firstItem="c0g-u5-0Ah" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="AAV-lI-qSY"/>
  32. <constraint firstAttribute="trailing" secondItem="c0g-u5-0Ah" secondAttribute="trailing" constant="20" id="XQG-8i-2f0"/>
  33. <constraint firstItem="c0g-u5-0Ah" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="YoN-q5-khj"/>
  34. <constraint firstAttribute="bottom" secondItem="c0g-u5-0Ah" secondAttribute="bottom" id="tFm-oh-CNq"/>
  35. </constraints>
  36. </tableViewCellContentView>
  37. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  38. <connections>
  39. <outlet property="floorView" destination="c0g-u5-0Ah" id="XQV-RP-aRL"/>
  40. </connections>
  41. <point key="canvasLocation" x="143.47826086956522" y="157.36607142857142"/>
  42. </tableViewCell>
  43. </objects>
  44. </document>