Blame view

HDFwear/OTA/OTAUpdateViewController.xib 9.85 KB
60a29b2c   jason   feat:ota viewcont...
1
2
3
  <?xml version="1.0" encoding="UTF-8"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
      <device id="retina6_12" orientation="portrait" appearance="light"/>
78069d6a   jason   feat:lettransceiv...
4
      <dependencies>
60a29b2c   jason   feat:ota viewcont...
5
6
          <deployment identifier="iOS"/>
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
78069d6a   jason   feat:lettransceiv...
7
          <capability name="Safe area layout guides" minToolsVersion="9.0"/>
60a29b2c   jason   feat:ota viewcont...
8
          <capability name="System colors in document resources" minToolsVersion="11.0"/>
78069d6a   jason   feat:lettransceiv...
9
10
11
12
13
          <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
      </dependencies>
      <objects>
          <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="OTAUpdateViewController">
              <connections>
60a29b2c   jason   feat:ota viewcont...
14
15
16
17
                  <outlet property="buttonPrepare" destination="q1k-bS-BOp" id="seQ-pd-uwM"/>
                  <outlet property="buttonStart" destination="8O9-5g-jvV" id="C9e-Qx-ZHm"/>
                  <outlet property="labelBluetoothState" destination="gaI-tX-Hzm" id="3aD-Yk-KOf"/>
                  <outlet property="labelOTAVersion" destination="tSQ-CV-3Op" id="mYJ-YX-3hZ"/>
78069d6a   jason   feat:lettransceiv...
18
19
20
21
22
                  <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
              </connections>
          </placeholder>
          <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
          <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
60a29b2c   jason   feat:ota viewcont...
23
              <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
78069d6a   jason   feat:lettransceiv...
24
              <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
60a29b2c   jason   feat:ota viewcont...
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
77
78
79
80
81
              <subviews>
                  <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qCx-Ed-671">
                      <rect key="frame" x="103" y="173" width="223" height="163.33333333333337"/>
                      <subviews>
                          <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="OTA:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a9d-Ue-HmF">
                              <rect key="frame" x="4" y="0.0" width="97.333333333333329" height="19.333333333333332"/>
                              <constraints>
                                  <constraint firstAttribute="width" constant="97.333333333333329" id="hbt-9j-g1E"/>
                              </constraints>
                              <fontDescription key="fontDescription" type="system" pointSize="16"/>
                              <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                              <nil key="highlightedColor"/>
                          </label>
                          <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="d7B-CN-N5d">
                              <rect key="frame" x="20.000000000000004" y="21.333333333333343" width="55.333333333333343" height="18"/>
                              <fontDescription key="fontDescription" type="system" pointSize="15"/>
                              <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                              <nil key="highlightedColor"/>
                          </label>
                          <label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tSQ-CV-3Op">
                              <rect key="frame" x="83.333333333333343" y="21.333333333333343" width="7" height="18"/>
                              <fontDescription key="fontDescription" type="system" pointSize="15"/>
                              <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                              <nil key="highlightedColor"/>
                          </label>
                      </subviews>
                      <color key="backgroundColor" systemColor="systemGrayColor"/>
                      <constraints>
                          <constraint firstItem="tSQ-CV-3Op" firstAttribute="leading" secondItem="d7B-CN-N5d" secondAttribute="trailing" constant="8" id="1I7-xG-tJ5"/>
                          <constraint firstItem="a9d-Ue-HmF" firstAttribute="leading" secondItem="qCx-Ed-671" secondAttribute="leading" constant="4" id="KBW-4Z-D0j"/>
                          <constraint firstItem="d7B-CN-N5d" firstAttribute="leading" secondItem="qCx-Ed-671" secondAttribute="leading" constant="20" id="MBl-NG-OTE"/>
                          <constraint firstItem="a9d-Ue-HmF" firstAttribute="top" secondItem="qCx-Ed-671" secondAttribute="top" id="ZH5-g9-lyL"/>
                          <constraint firstItem="d7B-CN-N5d" firstAttribute="top" secondItem="a9d-Ue-HmF" secondAttribute="bottom" constant="2" id="k6W-2I-BCM"/>
                          <constraint firstItem="d7B-CN-N5d" firstAttribute="centerY" secondItem="tSQ-CV-3Op" secondAttribute="centerY" id="maq-88-mLj"/>
                      </constraints>
                  </view>
                  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="q1k-bS-BOp">
                      <rect key="frame" x="79" y="375" width="65" height="30"/>
                      <state key="normal" title="PREPARE"/>
                      <connections>
                          <action selector="didButtonPrepareClicked:" destination="-1" eventType="touchUpInside" id="mxq-xo-Inf"/>
                      </connections>
                  </button>
                  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8O9-5g-jvV">
                      <rect key="frame" x="244" y="375" width="47" height="30"/>
                      <state key="normal" title="START"/>
                      <connections>
                          <action selector="didButtonStartClicked:" destination="-1" eventType="touchUpInside" id="YcO-HE-rSb"/>
                      </connections>
                  </button>
                  <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="N/A" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gaI-tX-Hzm">
                      <rect key="frame" x="163" y="104" width="26.333333333333343" height="20"/>
                      <fontDescription key="fontDescription" type="system" pointSize="16"/>
                      <color key="textColor" red="0.066666666669999999" green="0.41568627450000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                      <nil key="highlightedColor"/>
                  </label>
              </subviews>
78069d6a   jason   feat:lettransceiv...
82
              <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
60a29b2c   jason   feat:ota viewcont...
83
84
85
86
87
88
89
90
91
92
93
94
95
96
              <color key="backgroundColor" systemColor="systemBackgroundColor"/>
              <constraints>
                  <constraint firstItem="q1k-bS-BOp" firstAttribute="top" secondItem="qCx-Ed-671" secondAttribute="bottom" constant="38.666666666666742" id="3pQ-Ta-3Ge"/>
                  <constraint firstItem="8O9-5g-jvV" firstAttribute="leading" secondItem="q1k-bS-BOp" secondAttribute="trailing" constant="100" id="5dl-hH-7lz"/>
                  <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="qCx-Ed-671" secondAttribute="trailing" constant="67" id="9F9-iF-5Oe"/>
                  <constraint firstItem="gaI-tX-Hzm" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="163" id="L7m-N9-osX"/>
                  <constraint firstAttribute="bottom" secondItem="qCx-Ed-671" secondAttribute="bottom" constant="515.66666666666674" id="SFX-c3-CXV"/>
                  <constraint firstItem="qCx-Ed-671" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="103" id="W3h-rc-0qz"/>
                  <constraint firstItem="q1k-bS-BOp" firstAttribute="baseline" secondItem="8O9-5g-jvV" secondAttribute="baseline" id="YW0-NU-whw"/>
                  <constraint firstItem="gaI-tX-Hzm" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="45" id="ePS-eY-NQ5"/>
                  <constraint firstItem="qCx-Ed-671" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="173" id="k45-uC-3Qh"/>
                  <constraint firstItem="q1k-bS-BOp" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="79" id="pH8-Bj-De1"/>
              </constraints>
              <point key="canvasLocation" x="138" y="20"/>
78069d6a   jason   feat:lettransceiv...
97
98
          </view>
      </objects>
60a29b2c   jason   feat:ota viewcont...
99
100
101
102
103
104
105
106
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
          <systemColor name="systemGrayColor">
              <color red="0.55686274509803924" green="0.55686274509803924" blue="0.57647058823529407" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
          </systemColor>
      </resources>
78069d6a   jason   feat:lettransceiv...
107
  </document>