-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCentralDetailView.xib
More file actions
76 lines (76 loc) · 6.69 KB
/
CentralDetailView.xib
File metadata and controls
76 lines (76 loc) · 6.69 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
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<capability name="Alignment constraints to the first baseline" minToolsVersion="6.0"/>
<capability name="Alignment constraints with different attributes" minToolsVersion="5.1"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CentralDetailView" customModule="Bluetooth_Debugger" customModuleProvider="target">
<connections>
<outlet property="deviceLabel" destination="GMd-Sq-hvB" id="49H-Gc-Y8Z"/>
<outlet property="infoTableView" destination="Qd5-sf-rBc" id="cxY-cX-pcQ"/>
<outlet property="view" destination="iN0-l3-epB" id="piQ-XA-kcl"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hie-3w-gKn">
<rect key="frame" x="15" y="8" width="46" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="46" id="WnV-fh-2MS"/>
</constraints>
<state key="normal" title="BACK"/>
<connections>
<action selector="backButtonPressed:" destination="-1" eventType="touchUpInside" id="jtu-Nr-Ctc"/>
</connections>
</button>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Qd5-sf-rBc">
<rect key="frame" x="0.0" y="37" width="600" height="563"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="sectionIndexBackgroundColor" red="0.72549019609999998" green="0.84313725490000002" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<outlet property="dataSource" destination="-1" id="OKw-0Y-Nuk"/>
<outlet property="delegate" destination="-1" id="D0O-aV-VRU"/>
</connections>
</tableView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GMd-Sq-hvB">
<rect key="frame" x="278" y="8" width="45" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="a7a-5O-NIb">
<rect key="frame" x="434" y="8" width="151" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="151" id="GZA-9Y-qpW"/>
</constraints>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Save Current profile"/>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="Hie-3w-gKn" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="27R-ay-WJK"/>
<constraint firstItem="Qd5-sf-rBc" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="3WN-JS-x9C"/>
<constraint firstAttribute="trailing" secondItem="Qd5-sf-rBc" secondAttribute="trailing" id="65d-3A-MX7"/>
<constraint firstItem="Hie-3w-gKn" firstAttribute="baseline" secondItem="GMd-Sq-hvB" secondAttribute="firstBaseline" id="8uD-4I-3T2"/>
<constraint firstItem="GMd-Sq-hvB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="8" id="9X9-15-bNi"/>
<constraint firstItem="a7a-5O-NIb" firstAttribute="firstBaseline" secondItem="Hie-3w-gKn" secondAttribute="baseline" id="BoV-La-2h5"/>
<constraint firstItem="a7a-5O-NIb" firstAttribute="top" secondItem="GMd-Sq-hvB" secondAttribute="top" id="DNA-Lt-uVf"/>
<constraint firstItem="a7a-5O-NIb" firstAttribute="baseline" secondItem="Hie-3w-gKn" secondAttribute="baseline" id="LPm-uZ-tWe"/>
<constraint firstAttribute="trailing" secondItem="a7a-5O-NIb" secondAttribute="trailing" constant="15" id="M3m-Lz-oRh"/>
<constraint firstItem="Hie-3w-gKn" firstAttribute="top" secondItem="GMd-Sq-hvB" secondAttribute="top" id="UpW-Xr-4nu"/>
<constraint firstItem="Qd5-sf-rBc" firstAttribute="top" secondItem="Hie-3w-gKn" secondAttribute="bottom" constant="8" symbolic="YES" id="XeG-yP-ed8"/>
<constraint firstAttribute="bottom" secondItem="Qd5-sf-rBc" secondAttribute="bottom" id="iIQ-Ze-S5U"/>
<constraint firstItem="Hie-3w-gKn" firstAttribute="firstBaseline" secondItem="GMd-Sq-hvB" secondAttribute="firstBaseline" id="jVc-5g-bC4"/>
<constraint firstItem="GMd-Sq-hvB" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="tJT-Hj-o2j"/>
</constraints>
<point key="canvasLocation" x="223" y="270"/>
</view>
</objects>
</document>