12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="LTSCalendarBottomView">
- <rect key="frame" x="0.0" y="0.0" width="414" height="94"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zge-3A-nKD">
- <rect key="frame" x="0.0" y="0.0" width="414" height="84"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TGP-I2-itY">
- <rect key="frame" x="177" y="0.0" width="60" height="84"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrow_down" translatesAutoresizingMaskIntoConstraints="NO" id="hQ4-1S-a8X">
- <rect key="frame" x="20" y="37.5" width="20" height="9"/>
- <constraints>
- <constraint firstAttribute="height" constant="9" id="enh-ma-vTY"/>
- <constraint firstAttribute="width" constant="20" id="yx1-8C-boD"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <gestureRecognizers/>
- <constraints>
- <constraint firstItem="hQ4-1S-a8X" firstAttribute="centerY" secondItem="TGP-I2-itY" secondAttribute="centerY" id="OCb-5I-7z9"/>
- <constraint firstItem="hQ4-1S-a8X" firstAttribute="centerX" secondItem="TGP-I2-itY" secondAttribute="centerX" id="mba-6W-6vu"/>
- <constraint firstAttribute="width" constant="60" id="yVs-2N-0Uc"/>
- </constraints>
- <connections>
- <outletCollection property="gestureRecognizers" destination="Naj-lG-D6n" appends="YES" id="0Yp-3f-M8g"/>
- </connections>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="TGP-I2-itY" secondAttribute="bottom" id="87O-vg-Laa"/>
- <constraint firstItem="TGP-I2-itY" firstAttribute="top" secondItem="zge-3A-nKD" secondAttribute="top" id="KGI-rO-h7i"/>
- <constraint firstItem="TGP-I2-itY" firstAttribute="centerX" secondItem="zge-3A-nKD" secondAttribute="centerX" id="Lkl-r1-dZ4"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="zge-3A-nKD" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="69N-ba-wTi"/>
- <constraint firstItem="zge-3A-nKD" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="exZ-zP-9fu"/>
- <constraint firstAttribute="bottom" secondItem="zge-3A-nKD" secondAttribute="bottom" constant="10" id="o72-4j-kf5"/>
- <constraint firstAttribute="trailing" secondItem="zge-3A-nKD" secondAttribute="trailing" id="zhY-nN-liX"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="arrowImage" destination="hQ4-1S-a8X" id="qe0-Ph-AvT"/>
- <outlet property="contentView" destination="zge-3A-nKD" id="gg4-tc-Hnq"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="59.598214285714285"/>
- </view>
- <tapGestureRecognizer id="Naj-lG-D6n">
- <connections>
- <action selector="tapAction:" destination="iN0-l3-epB" id="2zE-r6-SQj"/>
- </connections>
- </tapGestureRecognizer>
- </objects>
- <resources>
- <image name="arrow_down" width="20" height="9"/>
- </resources>
- </document>
|