XG_AlbumCell.xib 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="CellIdentifier" rowHeight="65" id="KGk-i7-Jjw" customClass="XG_AlbumCell">
  13. <rect key="frame" x="0.0" y="0.0" width="332" height="65"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="332" height="65"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="pBf-2X-kas">
  20. <rect key="frame" x="15" y="2.5" width="60" height="60"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="60" id="YnO-Cg-iha"/>
  23. <constraint firstAttribute="width" constant="60" id="uOi-km-AHR"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="niG-aL-ETk">
  27. <rect key="frame" x="90" y="24" width="35.5" height="17"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <constraints>
  34. <constraint firstItem="pBf-2X-kas" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="9DY-fh-mA4"/>
  35. <constraint firstItem="niG-aL-ETk" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="PgE-ME-xPb"/>
  36. <constraint firstItem="niG-aL-ETk" firstAttribute="leading" secondItem="pBf-2X-kas" secondAttribute="trailing" constant="15" id="VDX-EA-MVW"/>
  37. <constraint firstItem="pBf-2X-kas" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="xm3-j8-GdH"/>
  38. </constraints>
  39. </tableViewCellContentView>
  40. <connections>
  41. <outlet property="albumNameLabel" destination="niG-aL-ETk" id="stS-wo-QF3"/>
  42. <outlet property="imgView" destination="pBf-2X-kas" id="8PK-lv-f5j"/>
  43. </connections>
  44. <point key="canvasLocation" x="-284" y="-14"/>
  45. </tableViewCell>
  46. </objects>
  47. </document>