LTSCalendarBottomView.xib 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  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. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="LTSCalendarBottomView">
  13. <rect key="frame" x="0.0" y="0.0" width="414" height="94"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zge-3A-nKD">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="84"/>
  18. <subviews>
  19. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TGP-I2-itY">
  20. <rect key="frame" x="177" y="0.0" width="60" height="84"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrow_down" translatesAutoresizingMaskIntoConstraints="NO" id="hQ4-1S-a8X">
  23. <rect key="frame" x="20" y="37.5" width="20" height="9"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="9" id="enh-ma-vTY"/>
  26. <constraint firstAttribute="width" constant="20" id="yx1-8C-boD"/>
  27. </constraints>
  28. </imageView>
  29. </subviews>
  30. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <gestureRecognizers/>
  32. <constraints>
  33. <constraint firstItem="hQ4-1S-a8X" firstAttribute="centerY" secondItem="TGP-I2-itY" secondAttribute="centerY" id="OCb-5I-7z9"/>
  34. <constraint firstItem="hQ4-1S-a8X" firstAttribute="centerX" secondItem="TGP-I2-itY" secondAttribute="centerX" id="mba-6W-6vu"/>
  35. <constraint firstAttribute="width" constant="60" id="yVs-2N-0Uc"/>
  36. </constraints>
  37. <connections>
  38. <outletCollection property="gestureRecognizers" destination="Naj-lG-D6n" appends="YES" id="0Yp-3f-M8g"/>
  39. </connections>
  40. </view>
  41. </subviews>
  42. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. <constraints>
  44. <constraint firstAttribute="bottom" secondItem="TGP-I2-itY" secondAttribute="bottom" id="87O-vg-Laa"/>
  45. <constraint firstItem="TGP-I2-itY" firstAttribute="top" secondItem="zge-3A-nKD" secondAttribute="top" id="KGI-rO-h7i"/>
  46. <constraint firstItem="TGP-I2-itY" firstAttribute="centerX" secondItem="zge-3A-nKD" secondAttribute="centerX" id="Lkl-r1-dZ4"/>
  47. </constraints>
  48. </view>
  49. </subviews>
  50. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  51. <constraints>
  52. <constraint firstItem="zge-3A-nKD" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="69N-ba-wTi"/>
  53. <constraint firstItem="zge-3A-nKD" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="exZ-zP-9fu"/>
  54. <constraint firstAttribute="bottom" secondItem="zge-3A-nKD" secondAttribute="bottom" constant="10" id="o72-4j-kf5"/>
  55. <constraint firstAttribute="trailing" secondItem="zge-3A-nKD" secondAttribute="trailing" id="zhY-nN-liX"/>
  56. </constraints>
  57. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  58. <connections>
  59. <outlet property="arrowImage" destination="hQ4-1S-a8X" id="qe0-Ph-AvT"/>
  60. <outlet property="contentView" destination="zge-3A-nKD" id="gg4-tc-Hnq"/>
  61. </connections>
  62. <point key="canvasLocation" x="137.68115942028987" y="59.598214285714285"/>
  63. </view>
  64. <tapGestureRecognizer id="Naj-lG-D6n">
  65. <connections>
  66. <action selector="tapAction:" destination="iN0-l3-epB" id="2zE-r6-SQj"/>
  67. </connections>
  68. </tapGestureRecognizer>
  69. </objects>
  70. <resources>
  71. <image name="arrow_down" width="20" height="9"/>
  72. </resources>
  73. </document>