forked from philippec/PhFacebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPhWebViewController.xib
54 lines (54 loc) · 3.23 KB
/
PhWebViewController.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
<?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">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.WebKitIBPlugin" version="11762"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="PhWebViewController">
<connections>
<outlet property="cancelButton" destination="1" id="36"/>
<outlet property="progressIndicator" destination="40" id="41"/>
<outlet property="view" destination="29" id="37"/>
<outlet property="webView" destination="30" id="38"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<view id="29">
<rect key="frame" x="0.0" y="0.0" width="492" height="385"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<webView id="30">
<rect key="frame" x="20" y="50" width="452" height="315"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<webPreferences key="preferences" defaultFontSize="12" defaultFixedFontSize="12"/>
<connections>
<outlet property="UIDelegate" destination="-2" id="35"/>
<outlet property="frameLoadDelegate" destination="-2" id="33"/>
</connections>
</webView>
<button verticalHuggingPriority="750" id="1">
<rect key="frame" x="382" y="7" width="96" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="2">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
Gw
</string>
</buttonCell>
<connections>
<action selector="cancel:" target="-2" id="39"/>
</connections>
</button>
<progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" style="spinning" id="40">
<rect key="frame" x="238" y="184" width="32" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
</progressIndicator>
</subviews>
</view>
</objects>
</document>