|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="F80-zt-Rqb"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="F80-zt-Rqb"> |
3 | 3 | <device id="retina6_1" orientation="portrait" appearance="light"/>
|
4 | 4 | <dependencies>
|
5 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/> |
6 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
7 | 8 | <capability name="System colors in document resources" minToolsVersion="11.0"/>
|
8 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
17 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
18 | 19 | <subviews>
|
19 | 20 | <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="18" translatesAutoresizingMaskIntoConstraints="NO" id="7D0-zJ-8eK">
|
20 |
| - <rect key="frame" x="124" y="249" width="166.5" height="276"/> |
| 21 | + <rect key="frame" x="111.5" y="253" width="191.5" height="349.5"/> |
21 | 22 | <subviews>
|
22 | 23 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v8I-SR-bhq">
|
23 |
| - <rect key="frame" x="57.5" y="0.0" width="51.5" height="31"/> |
| 24 | + <rect key="frame" x="67.5" y="0.0" width="56.5" height="34.5"/> |
24 | 25 | <state key="normal" title="Button"/>
|
25 | 26 | <buttonConfiguration key="configuration" style="filled" title="GET"/>
|
26 | 27 | <connections>
|
27 | 28 | <action selector="getBtnOnTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="mHW-Jx-iLE"/>
|
28 | 29 | </connections>
|
29 | 30 | </button>
|
30 | 31 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="04t-U6-7Dw">
|
31 |
| - <rect key="frame" x="32" y="49" width="102" height="31"/> |
| 32 | + <rect key="frame" x="37.5" y="52.5" width="116.5" height="34.5"/> |
32 | 33 | <state key="normal" title="Button"/>
|
33 | 34 | <buttonConfiguration key="configuration" style="filled" title="POST JSON"/>
|
34 | 35 | <connections>
|
35 | 36 | <action selector="postJsonBtnOnTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Sd2-Vg-njJ"/>
|
36 | 37 | </connections>
|
37 | 38 | </button>
|
38 | 39 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zEc-yg-v4o">
|
39 |
| - <rect key="frame" x="6" y="98" width="154" height="31"/> |
| 40 | + <rect key="frame" x="7" y="105" width="177.5" height="34.5"/> |
40 | 41 | <state key="normal" title="Button"/>
|
41 | 42 | <buttonConfiguration key="configuration" style="filled" title="POST URL-Encoded"/>
|
42 | 43 | <connections>
|
43 | 44 | <action selector="postUrlEncodedBtnOnTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Qyk-TE-X8S"/>
|
44 | 45 | </connections>
|
45 | 46 | </button>
|
46 | 47 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9nl-iK-A4q">
|
47 |
| - <rect key="frame" x="0.0" y="147" width="166.5" height="31"/> |
| 48 | + <rect key="frame" x="0.0" y="157.5" width="191.5" height="34.5"/> |
48 | 49 | <state key="normal" title="Button"/>
|
49 | 50 | <buttonConfiguration key="configuration" style="filled" title="Upload multipart/form"/>
|
50 | 51 | <connections>
|
51 | 52 | <action selector="uploadMultipartFormBtnOnClick:" destination="BYZ-38-t0r" eventType="touchUpInside" id="N1J-A5-IET"/>
|
52 | 53 | </connections>
|
53 | 54 | </button>
|
54 | 55 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lts-kr-KlY">
|
55 |
| - <rect key="frame" x="8" y="196" width="150" height="31"/> |
| 56 | + <rect key="frame" x="9.5" y="210" width="172.5" height="34.5"/> |
56 | 57 | <state key="normal" title="Button"/>
|
57 | 58 | <buttonConfiguration key="configuration" style="filled" title="SessionUploadTask"/>
|
58 | 59 | <connections>
|
59 | 60 | <action selector="uploadTaskBtnOnTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="2mU-9G-gsK"/>
|
60 | 61 | </connections>
|
61 | 62 | </button>
|
62 | 63 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LIh-A2-yJr">
|
63 |
| - <rect key="frame" x="45.5" y="245" width="75.5" height="31"/> |
| 64 | + <rect key="frame" x="53" y="262.5" width="85" height="34.5"/> |
64 | 65 | <state key="normal" title="Button"/>
|
65 | 66 | <buttonConfiguration key="configuration" style="filled" title="DELETE"/>
|
66 | 67 | <connections>
|
67 | 68 | <action selector="deleteBtnOnTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="RwH-33-xly"/>
|
68 | 69 | </connections>
|
69 | 70 | </button>
|
| 71 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ctO-W2-mv3"> |
| 72 | + <rect key="frame" x="41" y="315" width="109.5" height="34.5"/> |
| 73 | + <state key="normal" title="Button"/> |
| 74 | + <buttonConfiguration key="configuration" style="filled" title="Upload File"/> |
| 75 | + <connections> |
| 76 | + <action selector="uploadBtnOnTap:" destination="BYZ-38-t0r" eventType="touchUpInside" id="gqf-zO-cST"/> |
| 77 | + </connections> |
| 78 | + </button> |
70 | 79 | </subviews>
|
71 | 80 | </stackView>
|
72 | 81 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2. Make HTTPS Requests by Alamofire" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="05x-wV-Tc3">
|
73 |
| - <rect key="frame" x="61" y="188.5" width="292.5" height="20.5"/> |
| 82 | + <rect key="frame" x="61" y="192.5" width="292.5" height="20.5"/> |
74 | 83 | <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
75 | 84 | <nil key="textColor"/>
|
76 | 85 | <nil key="highlightedColor"/>
|
77 | 86 | </label>
|
78 | 87 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1. Open Proxyman for macOS" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ctR-44-rkp">
|
79 |
| - <rect key="frame" x="20" y="128" width="374" height="20.5"/> |
| 88 | + <rect key="frame" x="20" y="132" width="374" height="20.5"/> |
80 | 89 | <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
81 | 90 | <nil key="textColor"/>
|
82 | 91 | <nil key="highlightedColor"/>
|
83 | 92 | </label>
|
84 | 93 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3. Inspect your HTPS Log on Proxyman app" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rfz-Me-zWS">
|
85 |
| - <rect key="frame" x="42" y="565" width="330" height="20.5"/> |
| 94 | + <rect key="frame" x="42" y="642.5" width="330" height="20.5"/> |
86 | 95 | <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
87 | 96 | <nil key="textColor"/>
|
88 | 97 | <nil key="highlightedColor"/>
|
|
121 | 130 | <navigationController automaticallyAdjustsScrollViewInsets="NO" id="F80-zt-Rqb" sceneMemberID="viewController">
|
122 | 131 | <toolbarItems/>
|
123 | 132 | <navigationBar key="navigationBar" contentMode="scaleToFill" id="Da3-ZR-g1S">
|
124 |
| - <rect key="frame" x="0.0" y="44" width="414" height="44"/> |
| 133 | + <rect key="frame" x="0.0" y="48" width="414" height="44"/> |
125 | 134 | <autoresizingMask key="autoresizingMask"/>
|
126 | 135 | </navigationBar>
|
127 | 136 | <nil name="viewControllers"/>
|
|
0 commit comments