DayCell.xib 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
  6. <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="DayCell">
  12. <rect key="frame" x="0.0" y="0.0" width="60" height="60"/>
  13. <autoresizingMask key="autoresizingMask"/>
  14. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  15. <rect key="frame" x="0.0" y="0.0" width="60" height="60"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="det-tO-mDW">
  18. <rect key="frame" x="0.0" y="0.0" width="60" height="60"/>
  19. <color key="backgroundColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  20. </view>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fiL-GW-K4h">
  22. <rect key="frame" x="0.0" y="0.0" width="60" height="37"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="21"/>
  24. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B4g-lY-a6e">
  28. <rect key="frame" x="0.0" y="37" width="60" height="18"/>
  29. <accessibility key="accessibilityConfiguration">
  30. <accessibilityTraits key="traits" staticText="YES" adjustable="YES"/>
  31. </accessibility>
  32. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  33. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. </subviews>
  37. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  38. </view>
  39. <constraints>
  40. <constraint firstAttribute="trailing" secondItem="B4g-lY-a6e" secondAttribute="trailing" id="1sn-P1-Gbn"/>
  41. <constraint firstItem="B4g-lY-a6e" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Kc6-Ob-Q9K"/>
  42. <constraint firstAttribute="trailing" secondItem="fiL-GW-K4h" secondAttribute="trailing" id="Lof-DJ-snP"/>
  43. <constraint firstAttribute="trailing" secondItem="det-tO-mDW" secondAttribute="trailing" id="PAD-5a-YEL"/>
  44. <constraint firstItem="det-tO-mDW" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="SJN-I5-SOg"/>
  45. <constraint firstItem="fiL-GW-K4h" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Whn-gv-xtS"/>
  46. <constraint firstAttribute="bottom" secondItem="det-tO-mDW" secondAttribute="bottom" id="XPd-LI-JWp"/>
  47. <constraint firstItem="B4g-lY-a6e" firstAttribute="top" secondItem="fiL-GW-K4h" secondAttribute="bottom" id="ZVT-9P-R7j"/>
  48. <constraint firstItem="B4g-lY-a6e" firstAttribute="height" secondItem="fiL-GW-K4h" secondAttribute="height" multiplier="1:2" id="fnj-zj-qeM"/>
  49. <constraint firstItem="det-tO-mDW" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="h2e-eN-H3l"/>
  50. <constraint firstItem="fiL-GW-K4h" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="qG7-pg-SUN"/>
  51. <constraint firstAttribute="bottom" secondItem="B4g-lY-a6e" secondAttribute="bottom" constant="5" id="ygI-bs-cot"/>
  52. </constraints>
  53. <connections>
  54. <outlet property="actionLabel" destination="B4g-lY-a6e" id="lJd-zf-Lys"/>
  55. <outlet property="colorView" destination="det-tO-mDW" id="Uh4-IP-kzH"/>
  56. <outlet property="dayLabel" destination="fiL-GW-K4h" id="phk-qa-agS"/>
  57. </connections>
  58. </collectionViewCell>
  59. </objects>
  60. </document>