|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="yEm-Wa-8Rj"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="yEm-Wa-8Rj"> |
3 | 3 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/> |
| 4 | + <deployment identifier="iOS"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> |
5 | 6 | </dependencies>
|
6 | 7 | <scenes>
|
7 | 8 | <!--View Controller-->
|
|
13 | 14 | <viewControllerLayoutGuide type="bottom" id="r12-OR-bkP"/>
|
14 | 15 | </layoutGuides>
|
15 | 16 | <view key="view" contentMode="scaleToFill" id="y96-ws-RaM">
|
16 |
| - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> |
17 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
| 19 | + <subviews> |
| 20 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pak-HB-Rmg"> |
| 21 | + <rect key="frame" x="122" y="132" width="78" height="30"/> |
| 22 | + <state key="normal" title="Disconnect"/> |
| 23 | + <connections> |
| 24 | + <action selector="disconnectButton:" destination="yEm-Wa-8Rj" eventType="touchUpInside" id="DIg-Tc-6e2"/> |
| 25 | + </connections> |
| 26 | + </button> |
| 27 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zrh-9X-Fym"> |
| 28 | + <rect key="frame" x="122" y="38" width="78" height="30"/> |
| 29 | + <state key="normal" title="Connect"/> |
| 30 | + <connections> |
| 31 | + <action selector="connectButton:" destination="yEm-Wa-8Rj" eventType="touchUpInside" id="Hla-Ru-KoR"/> |
| 32 | + </connections> |
| 33 | + </button> |
| 34 | + </subviews> |
18 | 35 | <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
| 36 | + <constraints> |
| 37 | + <constraint firstItem="pak-HB-Rmg" firstAttribute="width" secondItem="zrh-9X-Fym" secondAttribute="width" id="4lR-eK-ZIZ"/> |
| 38 | + <constraint firstItem="pak-HB-Rmg" firstAttribute="centerX" secondItem="y96-ws-RaM" secondAttribute="centerX" constant="1" id="55L-vA-Tvc"/> |
| 39 | + <constraint firstItem="zrh-9X-Fym" firstAttribute="centerX" secondItem="y96-ws-RaM" secondAttribute="centerX" constant="1" id="BgE-CD-tkr"/> |
| 40 | + <constraint firstItem="pak-HB-Rmg" firstAttribute="height" secondItem="zrh-9X-Fym" secondAttribute="height" id="VhG-sC-yO0"/> |
| 41 | + <constraint firstItem="pak-HB-Rmg" firstAttribute="top" secondItem="fji-4t-sKP" secondAttribute="bottom" constant="112" id="aX3-md-844"/> |
| 42 | + <constraint firstItem="zrh-9X-Fym" firstAttribute="top" secondItem="fji-4t-sKP" secondAttribute="bottom" constant="18" id="goe-io-Zww"/> |
| 43 | + </constraints> |
19 | 44 | </view>
|
| 45 | + <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/> |
20 | 46 | </viewController>
|
21 | 47 | <placeholder placeholderIdentifier="IBFirstResponder" id="weS-V8-jg5" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
22 | 48 | </objects>
|
23 |
| - <point key="canvasLocation" x="3746" y="98"/> |
| 49 | + <point key="canvasLocation" x="3745.5" y="97.5"/> |
24 | 50 | </scene>
|
25 | 51 | </scenes>
|
26 | 52 | </document>
|
0 commit comments