forked from karelia/iMedia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
IMBAlertPopoverViewController.xib
144 lines (144 loc) · 11.8 KB
/
IMBAlertPopoverViewController.xib
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<capability name="box content view" minToolsVersion="7.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="FMAlertPopoverViewController">
<connections>
<outlet property="_bodyTextField" destination="3620" id="4253"/>
<outlet property="_button0" destination="4338" id="4454"/>
<outlet property="_button1" destination="4343" id="4455"/>
<outlet property="_button2" destination="4348" id="4456"/>
<outlet property="_footerTextField" destination="3622" id="3626"/>
<outlet property="_headerTextField" destination="3618" id="4254"/>
<outlet property="_iconView" destination="3614" id="3625"/>
<outlet property="_progressBackground" destination="4462" id="4488"/>
<outlet property="_progressWheel" destination="4485" id="4489"/>
<outlet property="view" destination="3347" id="3624"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="3347" userLabel="Sheet">
<rect key="frame" x="0.0" y="0.0" width="320" height="200"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3614">
<rect key="frame" x="9" y="158" width="32" height="32"/>
<constraints>
<constraint firstAttribute="height" constant="32" id="4518"/>
<constraint firstAttribute="width" constant="32" id="4519"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="3615"/>
</imageView>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="250" translatesAutoresizingMaskIntoConstraints="NO" id="3618">
<rect key="frame" x="55" y="175" width="252" height="17"/>
<constraints>
<constraint firstAttribute="width" constant="248" id="4521"/>
</constraints>
<textFieldCell key="cell" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="left" title="<Do not Localize>" id="3619">
<font key="font" metaFont="systemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="250" translatesAutoresizingMaskIntoConstraints="NO" id="3620">
<rect key="frame" x="55" y="73" width="252" height="94"/>
<constraints>
<constraint firstAttribute="height" constant="94" id="4524"/>
</constraints>
<textFieldCell key="cell" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="left" title="<Do not Localize>" id="3621">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="250" translatesAutoresizingMaskIntoConstraints="NO" id="3622">
<rect key="frame" x="55" y="16" width="252" height="17"/>
<constraints>
<constraint firstAttribute="height" constant="17" id="4523"/>
</constraints>
<textFieldCell key="cell" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="left" title="<Do not Localize>" id="3623">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="disabledControlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4338">
<rect key="frame" x="228" y="41" width="82" height="28"/>
<constraints>
<constraint firstAttribute="width" constant="72" id="4517"/>
</constraints>
<buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4339">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
</button>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4343">
<rect key="frame" x="148" y="41" width="82" height="28"/>
<constraints>
<constraint firstAttribute="width" constant="72" id="4520"/>
</constraints>
<buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4344">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
</button>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4348">
<rect key="frame" x="68" y="41" width="82" height="28"/>
<constraints>
<constraint firstAttribute="width" constant="72" id="4522"/>
</constraints>
<buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4349">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
</buttonCell>
</button>
<box hidden="YES" autoresizesSubviews="NO" boxType="custom" borderType="none" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="4462">
<rect key="frame" x="0.0" y="0.0" width="320" height="200"/>
<view key="contentView" id="JVM-Gc-BvU">
<rect key="frame" x="0.0" y="0.0" width="320" height="200"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="4485">
<rect key="frame" x="144" y="84" width="32" height="32"/>
</progressIndicator>
</subviews>
</view>
<constraints>
<constraint firstItem="4485" firstAttribute="centerY" secondItem="4462" secondAttribute="centerY" id="O7A-6h-bYg"/>
<constraint firstItem="4485" firstAttribute="centerX" secondItem="4462" secondAttribute="centerX" id="myK-8b-PUw"/>
</constraints>
<color key="borderColor" white="0.90000000000000002" alpha="0.5" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.92000000000000004" alpha="0.75" colorSpace="calibratedWhite"/>
</box>
</subviews>
<constraints>
<constraint firstItem="4338" firstAttribute="trailing" secondItem="3620" secondAttribute="trailing" id="4527"/>
<constraint firstAttribute="bottom" secondItem="3622" secondAttribute="bottom" constant="16" id="4528"/>
<constraint firstItem="3614" firstAttribute="top" secondItem="3347" secondAttribute="top" constant="10" id="4529"/>
<constraint firstItem="3620" firstAttribute="top" secondItem="3618" secondAttribute="bottom" constant="8" symbolic="YES" id="4530"/>
<constraint firstItem="4462" firstAttribute="top" secondItem="3347" secondAttribute="top" id="4531"/>
<constraint firstItem="3620" firstAttribute="leading" secondItem="3622" secondAttribute="leading" id="4532"/>
<constraint firstItem="4338" firstAttribute="leading" secondItem="4343" secondAttribute="trailing" constant="8" symbolic="YES" id="4533"/>
<constraint firstItem="4343" firstAttribute="baseline" secondItem="4338" secondAttribute="baseline" id="4534"/>
<constraint firstItem="4343" firstAttribute="leading" secondItem="4348" secondAttribute="trailing" constant="8" symbolic="YES" id="4535"/>
<constraint firstItem="3618" firstAttribute="top" secondItem="3347" secondAttribute="top" constant="8" id="4536"/>
<constraint firstItem="4338" firstAttribute="trailing" secondItem="3622" secondAttribute="trailing" id="4537"/>
<constraint firstItem="3618" firstAttribute="leading" secondItem="3347" secondAttribute="leading" constant="57" id="4538"/>
<constraint firstItem="3614" firstAttribute="leading" secondItem="3347" secondAttribute="leading" constant="9" id="4539"/>
<constraint firstItem="3620" firstAttribute="trailing" secondItem="3618" secondAttribute="trailing" id="4540"/>
<constraint firstItem="3620" firstAttribute="leading" secondItem="3618" secondAttribute="leading" id="4541"/>
<constraint firstItem="4343" firstAttribute="baseline" secondItem="4348" secondAttribute="baseline" id="4542"/>
<constraint firstItem="4462" firstAttribute="bottom" secondItem="3347" secondAttribute="bottom" id="4543"/>
<constraint firstItem="4462" firstAttribute="trailing" secondItem="3347" secondAttribute="trailing" id="4544"/>
<constraint firstItem="4462" firstAttribute="leading" secondItem="3347" secondAttribute="leading" id="4545"/>
<constraint firstItem="4348" firstAttribute="top" secondItem="3620" secondAttribute="bottom" constant="8" symbolic="YES" id="4546"/>
</constraints>
</customView>
</objects>
</document>