|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/> |
| 10 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 11 | + </dependencies> |
| 12 | + <objects> |
| 13 | + <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |
| 14 | + <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> |
| 15 | + <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="25R-T5-CF5" customClass="LongPressEventCell" customModule="JZCalendarWeekViewExample" customModuleProvider="target"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="220" height="123"/> |
| 17 | + <autoresizingMask key="autoresizingMask"/> |
| 18 | + <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> |
| 19 | + <rect key="frame" x="0.0" y="0.0" width="220" height="123"/> |
| 20 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 21 | + <subviews> |
| 22 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="characterWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TU0-NI-510"> |
| 23 | + <rect key="frame" x="5" y="5" width="212" height="17"/> |
| 24 | + <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 25 | + <nil key="textColor"/> |
| 26 | + <nil key="highlightedColor"/> |
| 27 | + </label> |
| 28 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ic2-yw-Fo7"> |
| 29 | + <rect key="frame" x="0.0" y="0.0" width="2" height="123"/> |
| 30 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 31 | + <constraints> |
| 32 | + <constraint firstAttribute="width" constant="2" id="ZHE-bM-NrH"/> |
| 33 | + </constraints> |
| 34 | + </view> |
| 35 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hd0-ZR-rTQ"> |
| 36 | + <rect key="frame" x="5" y="24" width="212" height="0.0"/> |
| 37 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 38 | + <nil key="textColor"/> |
| 39 | + <nil key="highlightedColor"/> |
| 40 | + </label> |
| 41 | + </subviews> |
| 42 | + </view> |
| 43 | + <constraints> |
| 44 | + <constraint firstItem="hd0-ZR-rTQ" firstAttribute="trailing" secondItem="TU0-NI-510" secondAttribute="trailing" id="DEE-Tn-36V"/> |
| 45 | + <constraint firstItem="Ic2-yw-Fo7" firstAttribute="top" secondItem="25R-T5-CF5" secondAttribute="top" id="MzP-zF-rJ0"/> |
| 46 | + <constraint firstItem="Ic2-yw-Fo7" firstAttribute="leading" secondItem="25R-T5-CF5" secondAttribute="leading" id="UbL-hJ-Ahd"/> |
| 47 | + <constraint firstItem="hd0-ZR-rTQ" firstAttribute="top" secondItem="TU0-NI-510" secondAttribute="bottom" constant="2" id="dfK-9u-IE5"/> |
| 48 | + <constraint firstAttribute="trailing" secondItem="TU0-NI-510" secondAttribute="trailing" constant="3" id="lMm-vv-ldl"/> |
| 49 | + <constraint firstItem="TU0-NI-510" firstAttribute="leading" secondItem="25R-T5-CF5" secondAttribute="leading" constant="5" id="lTX-m5-GGw"/> |
| 50 | + <constraint firstItem="TU0-NI-510" firstAttribute="top" secondItem="25R-T5-CF5" secondAttribute="top" constant="5" id="rlA-Yf-5Ef"/> |
| 51 | + <constraint firstItem="hd0-ZR-rTQ" firstAttribute="leading" secondItem="TU0-NI-510" secondAttribute="leading" id="vbe-EU-4eq"/> |
| 52 | + <constraint firstAttribute="bottom" secondItem="Ic2-yw-Fo7" secondAttribute="bottom" id="zhL-j8-GPY"/> |
| 53 | + </constraints> |
| 54 | + <viewLayoutGuide key="safeArea" id="hha-gv-ACH"/> |
| 55 | + <size key="customSize" width="220" height="123"/> |
| 56 | + <connections> |
| 57 | + <outlet property="borderView" destination="Ic2-yw-Fo7" id="XwY-SP-k9X"/> |
| 58 | + <outlet property="locationLabel" destination="hd0-ZR-rTQ" id="FAX-PA-bdS"/> |
| 59 | + <outlet property="titleLabel" destination="TU0-NI-510" id="0qh-cd-bPg"/> |
| 60 | + </connections> |
| 61 | + <point key="canvasLocation" x="85" y="76"/> |
| 62 | + </collectionViewCell> |
| 63 | + </objects> |
| 64 | +</document> |
0 commit comments