diff options
Diffstat (limited to 'CCCB Display/Base.lproj/Main.storyboard')
-rw-r--r-- | CCCB Display/Base.lproj/Main.storyboard | 129 |
1 files changed, 124 insertions, 5 deletions
diff --git a/CCCB Display/Base.lproj/Main.storyboard b/CCCB Display/Base.lproj/Main.storyboard index 25a7638..247b634 100644 --- a/CCCB Display/Base.lproj/Main.storyboard +++ b/CCCB Display/Base.lproj/Main.storyboard | |||
@@ -1,24 +1,143 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" 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="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> |
3 | <device id="retina6_12" orientation="landscape" appearance="light"/> | ||
3 | <dependencies> | 4 | <dependencies> |
4 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/> | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/> |
5 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> | 6 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
7 | <capability name="System colors in document resources" minToolsVersion="11.0"/> | ||
6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | </dependencies> | 9 | </dependencies> |
8 | <scenes> | 10 | <scenes> |
9 | <!--View Controller--> | 11 | <!--View Controller--> |
10 | <scene sceneID="tne-QT-ifu"> | 12 | <scene sceneID="tne-QT-ifu"> |
11 | <objects> | 13 | <objects> |
12 | <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController"> | 14 | <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="CCCB_Display" customModuleProvider="target" sceneMemberID="viewController"> |
13 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> | 15 | <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> |
14 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | 16 | <rect key="frame" x="0.0" y="0.0" width="852" height="393"/> |
15 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
16 | <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> | 18 | <subviews> |
19 | <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zg1-dS-4VN"> | ||
20 | <rect key="frame" x="0.0" y="0.0" width="852" height="393"/> | ||
21 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
22 | </view> | ||
23 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LB5-99-rhM"> | ||
24 | <rect key="frame" x="689" y="8" width="72" height="35"/> | ||
25 | <state key="normal" title="Button"/> | ||
26 | <buttonConfiguration key="configuration" style="filled" title="config"/> | ||
27 | <connections> | ||
28 | <segue destination="Srg-Ai-hZD" kind="popoverPresentation" popoverAnchorView="LB5-99-rhM" id="qNt-fx-jP2"> | ||
29 | <popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/> | ||
30 | </segue> | ||
31 | </connections> | ||
32 | </button> | ||
33 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="right" contentVerticalAlignment="bottom" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4IW-d6-qWW"> | ||
34 | <rect key="frame" x="630" y="8" width="51" height="35"/> | ||
35 | <state key="normal" title="Button"/> | ||
36 | <buttonConfiguration key="configuration" style="filled" title="Flip"/> | ||
37 | <connections> | ||
38 | <action selector="switchCameraSideWithSender:" destination="BYZ-38-t0r" eventType="touchUpInside" id="15B-T0-yhg"/> | ||
39 | </connections> | ||
40 | </button> | ||
41 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FPx-ZU-vSE"> | ||
42 | <rect key="frame" x="59" y="8" width="80" height="22"/> | ||
43 | <color key="backgroundColor" systemColor="systemGreenColor"/> | ||
44 | <fontDescription key="fontDescription" type="system" pointSize="17"/> | ||
45 | <nil key="textColor"/> | ||
46 | <nil key="highlightedColor"/> | ||
47 | </label> | ||
48 | </subviews> | ||
17 | <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> | 49 | <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> |
50 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
51 | <constraints> | ||
52 | <constraint firstItem="LB5-99-rhM" firstAttribute="leading" secondItem="4IW-d6-qWW" secondAttribute="trailing" constant="8" id="0JW-YO-OfQ"/> | ||
53 | <constraint firstItem="FPx-ZU-vSE" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="8" id="2HN-cV-t4S"/> | ||
54 | <constraint firstItem="FPx-ZU-vSE" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="3qY-jD-MCQ"/> | ||
55 | <constraint firstItem="Zg1-dS-4VN" firstAttribute="bottom" secondItem="8bC-Xf-vdC" secondAttribute="bottom" id="8Uw-BH-OnX"/> | ||
56 | <constraint firstItem="Zg1-dS-4VN" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="AJu-22-uph"/> | ||
57 | <constraint firstItem="Zg1-dS-4VN" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="EDS-vg-saF"/> | ||
58 | <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="LB5-99-rhM" secondAttribute="trailing" constant="32" id="FMt-88-9e3"/> | ||
59 | <constraint firstItem="4IW-d6-qWW" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="8" id="G8m-hM-E2u"/> | ||
60 | <constraint firstItem="LB5-99-rhM" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="8" id="OP9-7G-8by"/> | ||
61 | <constraint firstAttribute="trailing" secondItem="Zg1-dS-4VN" secondAttribute="trailing" id="esB-po-Jgq"/> | ||
62 | <constraint firstItem="Zg1-dS-4VN" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="wPB-mw-ptE"/> | ||
63 | </constraints> | ||
18 | </view> | 64 | </view> |
65 | <connections> | ||
66 | <outlet property="cameraView" destination="Zg1-dS-4VN" id="27A-lq-3JJ"/> | ||
67 | <outlet property="frameRateLabel" destination="FPx-ZU-vSE" id="twM-qM-WQM"/> | ||
68 | </connections> | ||
19 | </viewController> | 69 | </viewController> |
20 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> | 70 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
21 | </objects> | 71 | </objects> |
72 | <point key="canvasLocation" x="111.9718309859155" y="-2.2900763358778624"/> | ||
73 | </scene> | ||
74 | <!--Config Controller--> | ||
75 | <scene sceneID="Ozy-FI-kCz"> | ||
76 | <objects> | ||
77 | <viewController modalPresentationStyle="pageSheet" id="Srg-Ai-hZD" customClass="ConfigController" customModule="CCCB_Display" customModuleProvider="target" sceneMemberID="viewController"> | ||
78 | <view key="view" contentMode="scaleToFill" id="RKC-6a-725"> | ||
79 | <rect key="frame" x="0.0" y="0.0" width="852" height="393"/> | ||
80 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
81 | <subviews> | ||
82 | <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="IP Address" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="XB9-tI-41p"> | ||
83 | <rect key="frame" x="210.99999999999997" y="68" width="401.33333333333326" height="35"/> | ||
84 | <fontDescription key="fontDescription" type="system" pointSize="14"/> | ||
85 | <textInputTraits key="textInputTraits"/> | ||
86 | </textField> | ||
87 | <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Display Address" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eRN-cy-tvC"> | ||
88 | <rect key="frame" x="80" y="75" width="123" height="21"/> | ||
89 | <fontDescription key="fontDescription" type="system" pointSize="17"/> | ||
90 | <nil key="textColor"/> | ||
91 | <nil key="highlightedColor"/> | ||
92 | </label> | ||
93 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eoj-db-q0p"> | ||
94 | <rect key="frame" x="705" y="68" width="65" height="35"/> | ||
95 | <state key="normal" title="Button"/> | ||
96 | <buttonConfiguration key="configuration" style="filled" title="Done"/> | ||
97 | <connections> | ||
98 | <action selector="donePressed:" destination="Srg-Ai-hZD" eventType="touchUpInside" id="RFf-QJ-Omk"/> | ||
99 | </connections> | ||
100 | </button> | ||
101 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dKt-Le-k5D"> | ||
102 | <rect key="frame" x="620.33333333333337" y="68" width="76.666666666666629" height="35"/> | ||
103 | <state key="normal" title="Button"/> | ||
104 | <buttonConfiguration key="configuration" style="filled" title="Cancel"/> | ||
105 | <connections> | ||
106 | <action selector="cancelPressed:" destination="Srg-Ai-hZD" eventType="touchUpInside" id="8qq-Jm-VhP"/> | ||
107 | </connections> | ||
108 | </button> | ||
109 | </subviews> | ||
110 | <viewLayoutGuide key="safeArea" id="D96-4o-bMR"/> | ||
111 | <color key="backgroundColor" systemColor="systemBackgroundColor"/> | ||
112 | <constraints> | ||
113 | <constraint firstItem="XB9-tI-41p" firstAttribute="top" secondItem="eoj-db-q0p" secondAttribute="top" id="1Aw-0G-Omh"/> | ||
114 | <constraint firstItem="XB9-tI-41p" firstAttribute="leading" secondItem="eRN-cy-tvC" secondAttribute="trailing" constant="8" id="3FR-zi-YS0"/> | ||
115 | <constraint firstItem="dKt-Le-k5D" firstAttribute="top" secondItem="eoj-db-q0p" secondAttribute="top" id="6db-VB-pbU"/> | ||
116 | <constraint firstItem="XB9-tI-41p" firstAttribute="centerY" secondItem="eRN-cy-tvC" secondAttribute="centerY" id="Ob5-Ea-9SL"/> | ||
117 | <constraint firstItem="XB9-tI-41p" firstAttribute="centerY" secondItem="eoj-db-q0p" secondAttribute="centerY" id="R2J-lD-arp"/> | ||
118 | <constraint firstItem="dKt-Le-k5D" firstAttribute="leading" secondItem="XB9-tI-41p" secondAttribute="trailing" constant="8" id="TNp-0v-8LR"/> | ||
119 | <constraint firstItem="eRN-cy-tvC" firstAttribute="leading" secondItem="D96-4o-bMR" secondAttribute="leading" constant="80" id="aD8-8R-LiO"/> | ||
120 | <constraint firstItem="eoj-db-q0p" firstAttribute="leading" secondItem="dKt-Le-k5D" secondAttribute="trailing" constant="8" id="dSO-oI-Wci"/> | ||
121 | <constraint firstItem="D96-4o-bMR" firstAttribute="trailing" secondItem="eoj-db-q0p" secondAttribute="trailing" constant="82" id="riC-ZY-AgB"/> | ||
122 | <constraint firstItem="XB9-tI-41p" firstAttribute="top" secondItem="D96-4o-bMR" secondAttribute="top" constant="68" id="sUl-XQ-UGi"/> | ||
123 | </constraints> | ||
124 | </view> | ||
125 | <extendedEdge key="edgesForExtendedLayout" bottom="YES"/> | ||
126 | <connections> | ||
127 | <outlet property="display_address" destination="XB9-tI-41p" id="EZU-kl-5r7"/> | ||
128 | </connections> | ||
129 | </viewController> | ||
130 | <placeholder placeholderIdentifier="IBFirstResponder" id="XVb-PU-k6x" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> | ||
131 | </objects> | ||
132 | <point key="canvasLocation" x="904" y="-2"/> | ||
22 | </scene> | 133 | </scene> |
23 | </scenes> | 134 | </scenes> |
135 | <resources> | ||
136 | <systemColor name="systemBackgroundColor"> | ||
137 | <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
138 | </systemColor> | ||
139 | <systemColor name="systemGreenColor"> | ||
140 | <color red="0.20392156862745098" green="0.7803921568627451" blue="0.34901960784313724" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | ||
141 | </systemColor> | ||
142 | </resources> | ||
24 | </document> | 143 | </document> |