forked from 0xhellohaley/JS_OC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainViewController.xib
More file actions
44 lines (44 loc) · 3.25 KB
/
MainViewController.xib
File metadata and controls
44 lines (44 loc) · 3.25 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
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MainViewController">
<connections>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gAc-HV-C57">
<rect key="frame" x="90" y="169" width="141" height="30"/>
<state key="normal" title="UIWebView 拦截URL"/>
<connections>
<action selector="btnClick1:" destination="-1" eventType="touchUpInside" id="wgl-EI-F7U"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5ad-vQ-Hfm">
<rect key="frame" x="85" y="248" width="150" height="30"/>
<state key="normal" title="WKWebView 拦截URL"/>
<connections>
<action selector="btnClick2:" destination="-1" eventType="touchUpInside" id="JQc-Bz-S6l"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="gAc-HV-C57" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="1ts-Sy-f9K"/>
<constraint firstItem="gAc-HV-C57" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="169" id="4SR-Cn-IUQ"/>
<constraint firstItem="5ad-vQ-Hfm" firstAttribute="top" secondItem="gAc-HV-C57" secondAttribute="bottom" constant="49" id="hy6-AA-i0s"/>
<constraint firstItem="5ad-vQ-Hfm" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="rr0-L2-lff"/>
</constraints>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
<point key="canvasLocation" x="247" y="393"/>
</view>
</objects>
</document>