猎豆优选

LXCalenderCell.xib 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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" id="gTV-IL-0wX" customClass="LXCalenderCell">
  15. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xOI-6P-0pf">
  22. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  24. <nil key="textColor"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. </subviews>
  28. </view>
  29. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  30. <constraints>
  31. <constraint firstItem="xOI-6P-0pf" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="DFg-eX-f97"/>
  32. <constraint firstAttribute="bottom" secondItem="xOI-6P-0pf" secondAttribute="bottom" id="Jog-yr-e5e"/>
  33. <constraint firstItem="xOI-6P-0pf" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="POi-kz-Hfc"/>
  34. <constraint firstAttribute="trailing" secondItem="xOI-6P-0pf" secondAttribute="trailing" id="SrB-Ka-f9j"/>
  35. </constraints>
  36. <connections>
  37. <outlet property="label" destination="xOI-6P-0pf" id="ueO-iu-YcE"/>
  38. </connections>
  39. </collectionViewCell>
  40. </objects>
  41. </document>