HWHomeListCell.xib 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
  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="none" indentationWidth="10" reuseIdentifier="HWHomeListCell" rowHeight="105" id="KGk-i7-Jjw" customClass="HWHomeListCell">
  14. <rect key="frame" x="0.0" y="0.0" width="321" height="105"/>
  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="321" height="105"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="app_pic" translatesAutoresizingMaskIntoConstraints="NO" id="Tlg-5s-3nn">
  21. <rect key="frame" x="18" y="10" width="285" height="85"/>
  22. </imageView>
  23. </subviews>
  24. <constraints>
  25. <constraint firstAttribute="bottom" secondItem="Tlg-5s-3nn" secondAttribute="bottom" constant="10" id="5aX-UV-3Am"/>
  26. <constraint firstItem="Tlg-5s-3nn" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="an9-YR-2Cv"/>
  27. <constraint firstAttribute="trailing" secondItem="Tlg-5s-3nn" secondAttribute="trailing" constant="18" id="ubu-QK-wNs"/>
  28. <constraint firstItem="Tlg-5s-3nn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="18" id="vfc-Dm-A1v"/>
  29. </constraints>
  30. </tableViewCellContentView>
  31. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  32. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <connections>
  34. <outlet property="iconImageView" destination="Tlg-5s-3nn" id="6Xa-ar-x4j"/>
  35. </connections>
  36. <point key="canvasLocation" x="138.40579710144928" y="171.76339285714286"/>
  37. </tableViewCell>
  38. </objects>
  39. <resources>
  40. <image name="app_pic" width="325" height="114"/>
  41. </resources>
  42. </document>