LabelCollectionCell.xib 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="Qgt-za-mJu">
  15. <rect key="frame" x="0.0" y="0.0" width="50" height="28"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  18. <rect key="frame" x="0.0" y="0.0" width="50" height="28"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" insetsLayoutMarginsFromSafeArea="NO" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="QEv-a9-OAU">
  22. <rect key="frame" x="0.0" y="0.0" width="50" height="28"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <color key="highlightedColor" red="1" green="0.34509803919999998" blue="0.33725490200000002" alpha="1" colorSpace="calibratedRGB"/>
  26. </label>
  27. </subviews>
  28. </view>
  29. <constraints>
  30. <constraint firstItem="QEv-a9-OAU" firstAttribute="top" secondItem="Qgt-za-mJu" secondAttribute="top" id="5Fq-wx-x17"/>
  31. <constraint firstAttribute="trailing" secondItem="QEv-a9-OAU" secondAttribute="trailing" id="Lgy-EX-Pr3"/>
  32. <constraint firstAttribute="bottom" secondItem="QEv-a9-OAU" secondAttribute="bottom" id="N9M-Gn-z1M"/>
  33. <constraint firstItem="QEv-a9-OAU" firstAttribute="leading" secondItem="Qgt-za-mJu" secondAttribute="leading" id="vPC-rF-5Zc"/>
  34. </constraints>
  35. <size key="customSize" width="50" height="28"/>
  36. <point key="canvasLocation" x="37" y="-21"/>
  37. </collectionViewCell>
  38. </objects>
  39. </document>