mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 17:56:41 +02:00
62 lines
4.3 KiB
XML
62 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="DeviceListCell" customModule="ShareExtension" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="gtq-ca-SBh"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<customView misplaced="YES" id="Hz6-mo-xeY" customClass="NSButton">
|
|
<rect key="frame" x="0.0" y="0.0" width="206" height="82"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<subviews>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QPM-sE-maP">
|
|
<rect key="frame" x="-2" y="0.0" width="210" height="32"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="32" id="TBS-IE-2DT"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" truncatesLastVisibleLine="YES" alignment="center" title="Label" id="cXi-mf-qP0">
|
|
<font key="font" usesAppearanceFont="YES"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="O1J-am-CoK">
|
|
<rect key="frame" x="79" y="42" width="48" height="48"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="48" id="KYr-2E-wCO"/>
|
|
<constraint firstAttribute="height" constant="48" id="nik-I6-YgB"/>
|
|
</constraints>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="QGU-rR-rJQ"/>
|
|
</imageView>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="O1J-am-CoK" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="R76-2L-pXb"/>
|
|
<constraint firstAttribute="bottom" secondItem="QPM-sE-maP" secondAttribute="bottom" id="Ryn-nY-yZp"/>
|
|
<constraint firstItem="O1J-am-CoK" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="ZFA-S9-fpT"/>
|
|
<constraint firstAttribute="trailing" secondItem="QPM-sE-maP" secondAttribute="trailing" id="eOl-Va-HXq"/>
|
|
<constraint firstItem="QPM-sE-maP" firstAttribute="top" secondItem="O1J-am-CoK" secondAttribute="bottom" constant="10" id="leg-nD-mHB"/>
|
|
<constraint firstItem="QPM-sE-maP" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="vvH-Hq-iUk"/>
|
|
</constraints>
|
|
<connections>
|
|
<action selector="onClick:" target="-2" id="mve-gp-q4i"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="-60" y="150"/>
|
|
</customView>
|
|
<collectionViewItem id="1Lb-iJ-Nar" customClass="DeviceListCell" customModule="ShareExtension" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="imageView" destination="O1J-am-CoK" id="zQn-mV-bRy"/>
|
|
<outlet property="textField" destination="QPM-sE-maP" id="s0j-Qq-7iA"/>
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="gZn-20-o77"/>
|
|
</connections>
|
|
</collectionViewItem>
|
|
</objects>
|
|
</document>
|