|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14313.3.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14313.3.2"/> |
| 5 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 6 | + </dependencies> |
| 7 | + <objects> |
| 8 | + <customObject id="-2" userLabel="File's Owner" customClass="DragDropViewController" customModule="Crowd_Count" customModuleProvider="target"> |
| 9 | + <connections> |
| 10 | + <outlet property="imageWell" destination="tmM-56-WMo" id="FSD-w9-Q8d"/> |
| 11 | + <outlet property="predictionLabel" destination="for-DB-XJS" id="aXl-64-5ke"/> |
| 12 | + <outlet property="stackView" destination="ZgG-JC-WHg" id="KPO-sN-qh5"/> |
| 13 | + <outlet property="view" destination="c22-O7-iKe" id="Tih-bX-s0g"/> |
| 14 | + </connections> |
| 15 | + </customObject> |
| 16 | + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| 17 | + <customObject id="-3" userLabel="Application" customClass="NSObject"/> |
| 18 | + <customView id="c22-O7-iKe"> |
| 19 | + <rect key="frame" x="0.0" y="0.0" width="600" height="475"/> |
| 20 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/> |
| 21 | + <subviews> |
| 22 | + <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="q7e-VA-Hkc"> |
| 23 | + <rect key="frame" x="0.0" y="0.0" width="600" height="475"/> |
| 24 | + <clipView key="contentView" id="PEj-yI-RqR"> |
| 25 | + <rect key="frame" x="1" y="1" width="598" height="473"/> |
| 26 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 27 | + <subviews> |
| 28 | + <stackView distribution="fillProportionally" orientation="vertical" alignment="centerX" spacing="20" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZgG-JC-WHg"> |
| 29 | + <rect key="frame" x="0.0" y="-2" width="598" height="475"/> |
| 30 | + <subviews> |
| 31 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="IDJ-z3-Nuh"> |
| 32 | + <rect key="frame" x="116" y="416" width="366" height="39"/> |
| 33 | + <constraints> |
| 34 | + <constraint firstAttribute="height" constant="39" id="Z7z-a6-UOs"/> |
| 35 | + </constraints> |
| 36 | + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Drag in an image of a crowd" id="M7n-nN-27S"> |
| 37 | + <font key="font" metaFont="systemUltraLight" size="32"/> |
| 38 | + <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 39 | + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 40 | + </textFieldCell> |
| 41 | + </textField> |
| 42 | + <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="2" translatesAutoresizingMaskIntoConstraints="NO" id="tmM-56-WMo"> |
| 43 | + <rect key="frame" x="74" y="61" width="450" height="338"/> |
| 44 | + <constraints> |
| 45 | + <constraint firstAttribute="width" constant="444" id="lX5-rT-MFp"/> |
| 46 | + <constraint firstAttribute="height" constant="332" id="vPX-Mc-68A"/> |
| 47 | + </constraints> |
| 48 | + <imageCell key="cell" selectable="YES" editable="YES" alignment="left" imageScaling="proportionallyDown" imageFrameStyle="grayBezel" id="ZzE-tp-Vg1"/> |
| 49 | + </imageView> |
| 50 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="3" translatesAutoresizingMaskIntoConstraints="NO" id="for-DB-XJS"> |
| 51 | + <rect key="frame" x="219" y="20" width="161" height="24"/> |
| 52 | + <constraints> |
| 53 | + <constraint firstAttribute="height" constant="24" id="jlF-8x-hc0"/> |
| 54 | + </constraints> |
| 55 | + <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Pending Prediction" placeholderString="Pending Prediction" id="Nvr-56-Phb"> |
| 56 | + <font key="font" metaFont="systemUltraLight" size="20"/> |
| 57 | + <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 58 | + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 59 | + </textFieldCell> |
| 60 | + </textField> |
| 61 | + </subviews> |
| 62 | + <edgeInsets key="edgeInsets" left="0.0" right="0.0" top="20" bottom="20"/> |
| 63 | + <visibilityPriorities> |
| 64 | + <integer value="1000"/> |
| 65 | + <integer value="1000"/> |
| 66 | + <integer value="1000"/> |
| 67 | + </visibilityPriorities> |
| 68 | + <customSpacing> |
| 69 | + <real value="3.4028234663852886e+38"/> |
| 70 | + <real value="3.4028234663852886e+38"/> |
| 71 | + <real value="3.4028234663852886e+38"/> |
| 72 | + </customSpacing> |
| 73 | + </stackView> |
| 74 | + </subviews> |
| 75 | + <constraints> |
| 76 | + <constraint firstItem="ZgG-JC-WHg" firstAttribute="top" secondItem="PEj-yI-RqR" secondAttribute="top" id="7Af-uz-aMi"/> |
| 77 | + <constraint firstItem="ZgG-JC-WHg" firstAttribute="leading" secondItem="PEj-yI-RqR" secondAttribute="leading" id="FtZ-3c-S7X"/> |
| 78 | + <constraint firstItem="ZgG-JC-WHg" firstAttribute="width" secondItem="PEj-yI-RqR" secondAttribute="width" id="LfP-IO-XrI"/> |
| 79 | + </constraints> |
| 80 | + </clipView> |
| 81 | + <scroller key="horizontalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="pK8-I7-7nX"> |
| 82 | + <rect key="frame" x="1" y="458" width="598" height="16"/> |
| 83 | + <autoresizingMask key="autoresizingMask"/> |
| 84 | + </scroller> |
| 85 | + <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="oJV-K4-ewE"> |
| 86 | + <rect key="frame" x="583" y="1" width="16" height="473"/> |
| 87 | + <autoresizingMask key="autoresizingMask"/> |
| 88 | + </scroller> |
| 89 | + </scrollView> |
| 90 | + </subviews> |
| 91 | + <constraints> |
| 92 | + <constraint firstItem="q7e-VA-Hkc" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="07R-kP-oTx"/> |
| 93 | + <constraint firstAttribute="trailing" secondItem="q7e-VA-Hkc" secondAttribute="trailing" id="0hh-Go-EMX"/> |
| 94 | + <constraint firstItem="q7e-VA-Hkc" firstAttribute="width" secondItem="c22-O7-iKe" secondAttribute="width" id="47P-4Q-lK3"/> |
| 95 | + <constraint firstItem="q7e-VA-Hkc" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="g9P-Df-0ux"/> |
| 96 | + <constraint firstAttribute="bottom" secondItem="q7e-VA-Hkc" secondAttribute="bottom" id="qza-iQ-MA0"/> |
| 97 | + </constraints> |
| 98 | + <point key="canvasLocation" x="222" y="667.5"/> |
| 99 | + </customView> |
| 100 | + <userDefaultsController representsSharedInstance="YES" id="6y6-34-9ce"/> |
| 101 | + </objects> |
| 102 | +</document> |
0 commit comments