-
Notifications
You must be signed in to change notification settings - Fork 87
/
Main.storyboard
86 lines (86 loc) · 6.67 KB
/
Main.storyboard
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="56O-SV-yia">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<scenes>
<!--Tethering-->
<scene sceneID="gQ2-oy-HAU">
<objects>
<tableViewController id="Mqm-IH-k31" userLabel="Tethering" customClass="SocksProxyController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="YEt-2y-us4">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
<toolbar key="tableFooterView" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="gcd-si-QUh">
<rect key="frame" x="0.0" y="175.5" width="320" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<items>
<barButtonItem style="plain" systemItem="flexibleSpace" id="tpn-da-7o1"/>
<barButtonItem style="plain" id="flS-Za-8to">
<button key="customView" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="TBt-BL-WFG" customClass="MOGlassButton">
<rect key="frame" x="-656" y="0.0" width="1631" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<state key="normal" title="Start">
<color key="titleShadowColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
</state>
<state key="highlighted">
<color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="startOrStopAction:" destination="Mqm-IH-k31" eventType="touchUpInside" id="blr-5J-HYg"/>
</connections>
</button>
</barButtonItem>
<barButtonItem style="plain" systemItem="flexibleSpace" id="ufA-NW-M8U"/>
</items>
<color key="barTintColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
</toolbar>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="prototypeCell" id="IIx-kX-MDj">
<rect key="frame" x="0.0" y="113.5" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="IIx-kX-MDj" id="3TG-gR-Q9U">
<rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="Mqm-IH-k31" id="ExX-19-14c"/>
<outlet property="delegate" destination="Mqm-IH-k31" id="vR0-KD-Yu9"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Root View Controller" id="MHt-Ta-ETf"/>
<connections>
<outlet property="proxyTableView" destination="YEt-2y-us4" id="DYP-Z0-C9H"/>
<outlet property="startOrStopButton" destination="TBt-BL-WFG" id="uvl-9u-Ika"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="mZW-Do-ag9" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="716" y="653"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="ltH-hv-U8D">
<objects>
<navigationController id="56O-SV-yia" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="cho-Lc-87j">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<textAttributes key="titleTextAttributes">
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</textAttributes>
</navigationBar>
<connections>
<segue destination="Mqm-IH-k31" kind="relationship" relationship="rootViewController" id="0pB-nh-QOk"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Afd-zk-80n" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="176" y="653"/>
</scene>
</scenes>
</document>