videoItemsNavCell.xib 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24128" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24063"/>
  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="videoItemsNavCell">
  14. <rect key="frame" x="0.0" y="0.0" width="189" height="50"/>
  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="189" height="50"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1-20" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pEw-uv-5dH">
  21. <rect key="frame" x="81.333333333333329" y="18" width="26.333333333333329" height="14.333333333333336"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. </subviews>
  27. </view>
  28. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  29. <constraints>
  30. <constraint firstItem="pEw-uv-5dH" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Ec3-pX-bKO"/>
  31. <constraint firstItem="pEw-uv-5dH" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="r3q-7Q-UfJ"/>
  32. </constraints>
  33. <size key="customSize" width="189" height="50"/>
  34. <connections>
  35. <outlet property="labelT" destination="pEw-uv-5dH" id="rlu-9R-dyf"/>
  36. </connections>
  37. <point key="canvasLocation" x="39" y="106"/>
  38. </collectionViewCell>
  39. </objects>
  40. </document>