-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExptQRCodePoster.xib
More file actions
39 lines (39 loc) · 2.42 KB
/
ExptQRCodePoster.xib
File metadata and controls
39 lines (39 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22690"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ExptQRCodePoster">
<connections>
<outlet property="posterView" destination="4ye-Lv-BhW" id="TSA-tk-1b4"/>
<outlet property="window" destination="QvC-M9-y7g" id="f2q-8f-Ynr"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<rect key="contentRect" x="197" y="240" width="540" height="720"/>
<rect key="screenRect" x="0.0" y="0.0" width="1792" height="1095"/>
<value key="minSize" type="size" width="540" height="720"/>
<value key="maxSize" type="size" width="540" height="720"/>
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="540" height="720"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4ye-Lv-BhW" customClass="ExptQRCodePosterView">
<rect key="frame" x="0.0" y="0.0" width="540" height="720"/>
<autoresizingMask key="autoresizingMask"/>
<connections>
<outlet property="posterDoc" destination="-2" id="Bnr-Pp-WZs"/>
</connections>
</customView>
</subviews>
</view>
<point key="canvasLocation" x="110" y="96"/>
</window>
</objects>
</document>