videoTopicCell.xib 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" 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="14824"/>
  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="videoTopicCELL" id="KGk-i7-Jjw" customClass="videoTopicCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  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="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="video_topic.png" translatesAutoresizingMaskIntoConstraints="NO" id="IVN-KK-D8D">
  20. <rect key="frame" x="15" y="15.5" width="13" height="13"/>
  21. <constraints>
  22. <constraint firstAttribute="width" secondItem="IVN-KK-D8D" secondAttribute="height" multiplier="1:1" id="nBh-Rl-ie0"/>
  23. </constraints>
  24. </imageView>
  25. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Br1-VT-mDT">
  26. <rect key="frame" x="15" y="43" width="290" height="1"/>
  27. <color key="backgroundColor" white="1" alpha="0.059999999999999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="1" id="61l-5o-6ve"/>
  30. </constraints>
  31. </view>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="we" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HJK-jL-GSO">
  33. <rect key="frame" x="36" y="13" width="19.5" height="18"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  35. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" red="0.082352941176470587" green="0.062745098039215685" blue="0.17254901960784313" alpha="1" colorSpace="calibratedRGB"/>
  40. <constraints>
  41. <constraint firstItem="Br1-VT-mDT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="PdB-2N-nJz"/>
  42. <constraint firstItem="IVN-KK-D8D" firstAttribute="leading" secondItem="Br1-VT-mDT" secondAttribute="leading" id="VAa-Sf-WfK"/>
  43. <constraint firstItem="IVN-KK-D8D" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="0.3" id="c3b-3s-L1j"/>
  44. <constraint firstItem="IVN-KK-D8D" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="hqX-z8-Vjm"/>
  45. <constraint firstItem="HJK-jL-GSO" firstAttribute="centerY" secondItem="IVN-KK-D8D" secondAttribute="centerY" id="kW0-4s-kYy"/>
  46. <constraint firstItem="HJK-jL-GSO" firstAttribute="leading" secondItem="IVN-KK-D8D" secondAttribute="trailing" constant="8" id="lOY-Iw-7bk"/>
  47. <constraint firstAttribute="bottom" secondItem="Br1-VT-mDT" secondAttribute="bottom" id="yOb-1d-xPn"/>
  48. <constraint firstAttribute="trailing" secondItem="Br1-VT-mDT" secondAttribute="trailing" constant="15" id="ybC-NF-6FF"/>
  49. </constraints>
  50. </tableViewCellContentView>
  51. <connections>
  52. <outlet property="imgView" destination="IVN-KK-D8D" id="x9P-Oz-D5Z"/>
  53. <outlet property="topicTitleL" destination="HJK-jL-GSO" id="Tdq-yr-1ms"/>
  54. </connections>
  55. <point key="canvasLocation" x="-85" y="73"/>
  56. </tableViewCell>
  57. </objects>
  58. <resources>
  59. <image name="video_topic.png" width="12" height="12"/>
  60. </resources>
  61. </document>