|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
3 | 3 | <device id="ipad12_9" orientation="portrait"> |
4 | 4 | <adaptation id="fullscreen"/> |
5 | 5 | </device> |
6 | 6 | <dependencies> |
7 | 7 | <deployment identifier="iOS"/> |
8 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/> |
| 8 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/> |
9 | 9 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
10 | 10 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
11 | 11 | </dependencies> |
|
50 | 50 | <textInputTraits key="textInputTraits"/> |
51 | 51 | <connections> |
52 | 52 | <action selector="text:" destination="BYZ-38-t0r" eventType="editingChanged" id="7mx-71-Mp8"/> |
| 53 | + <outlet property="delegate" destination="BYZ-38-t0r" id="qIm-Sm-mKW"/> |
53 | 54 | </connections> |
54 | 55 | </textField> |
55 | 56 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6D4-SP-5Io"> |
|
66 | 67 | <textInputTraits key="textInputTraits"/> |
67 | 68 | <connections> |
68 | 69 | <action selector="addressPatternTextField:" destination="BYZ-38-t0r" eventType="editingDidEnd" id="Hxa-7n-HTo"/> |
| 70 | + <outlet property="delegate" destination="BYZ-38-t0r" id="O61-dW-uWC"/> |
69 | 71 | </connections> |
70 | 72 | </textField> |
71 | 73 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Address Pattern" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gsn-9C-wqG"> |
|
81 | 83 | <textInputTraits key="textInputTraits"/> |
82 | 84 | <connections> |
83 | 85 | <action selector="ipAddressTextField:" destination="BYZ-38-t0r" eventType="editingDidEnd" id="V1P-MN-6I3"/> |
| 86 | + <outlet property="delegate" destination="BYZ-38-t0r" id="ikK-al-JHs"/> |
84 | 87 | </connections> |
85 | 88 | </textField> |
86 | 89 | <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="8080" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RiS-Li-w7q"> |
|
90 | 93 | <textInputTraits key="textInputTraits"/> |
91 | 94 | <connections> |
92 | 95 | <action selector="portTextField:" destination="BYZ-38-t0r" eventType="editingDidEnd" id="Im0-3d-0DL"/> |
| 96 | + <outlet property="delegate" destination="BYZ-38-t0r" id="8ds-b2-kRS"/> |
93 | 97 | </connections> |
94 | 98 | </textField> |
95 | 99 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Port" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TAe-LD-kcV"> |
|
99 | 103 | <nil key="highlightedColor"/> |
100 | 104 | </label> |
101 | 105 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="IP Address" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ss4-Ie-2mh"> |
102 | | - <rect key="frame" x="411.5" y="60" width="82" height="21"/> |
| 106 | + <rect key="frame" x="411" y="60" width="82" height="21"/> |
103 | 107 | <fontDescription key="fontDescription" type="system" pointSize="17"/> |
104 | 108 | <nil key="textColor"/> |
105 | 109 | <nil key="highlightedColor"/> |
|
0 commit comments