Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Side by Side Diff: remoting/ios/ui/pin_entry_view_controller_iphone.xib

Issue 475333004: Remove old Chromoting iOS client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/ios/ui/pin_entry_view_controller_ipad.xib ('k') | remoting/ios/ui/scene_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsV ersion="5053" systemVersion="13C64" targetRuntime="iOS.CocoaTouch" propertyAcces sControl="none" useAutolayout="YES">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="3733"/>
5 </dependencies>
6 <objects>
7 <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="Fil e's Owner" customClass="PinEntryViewController">
8 <connections>
9 <outlet property="_cancelButton" destination="2Vw-9K-cVY" id="1w b-If-df2"/>
10 <outlet property="_connectButton" destination="NLw-jM-z2p" id="q 5b-w6-cxk"/>
11 <outlet property="_host" destination="iat-rb-As1" id="azU-LC-CEu "/>
12 <outlet property="_hostPin" destination="Uow-Fu-2Yx" id="8iF-9q- f4R"/>
13 <outlet property="_shouldSavePin" destination="OPh-84-JII" id="Z by-0g-zE0"/>
14 <outlet property="_switchAskAgain" destination="5pF-pi-Stf" id=" Ny5-lv-bsh"/>
15 <outlet property="view" destination="2" id="3"/>
16 </connections>
17 </placeholder>
18 <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClas s="UIResponder"/>
19 <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
20 <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
21 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexible MaxY="YES"/>
22 <subviews>
23 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2 51" text="&lt;hostname>" lineBreakMode="tailTruncation" baselineAdjustment="alig nBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints= "NO" id="iat-rb-As1">
24 <rect key="frame" x="155" y="104" width="70" height="15"/>
25 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
26 <fontDescription key="fontDescription" type="system" pointSi ze="12"/>
27 <color key="textColor" cocoaTouchSystemColor="darkTextColor" />
28 <nil key="highlightedColor"/>
29 </label>
30 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2 51" text="Enter the host's PIN" lineBreakMode="tailTruncation" baselineAdjustmen t="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConst raints="NO" id="a63-kY-SHe">
31 <rect key="frame" x="67" y="127" width="112" height="15"/>
32 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
33 <fontDescription key="fontDescription" type="system" pointSi ze="12"/>
34 <nil key="highlightedColor"/>
35 </label>
36 <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToF ill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderS tyle="roundedRect" placeholder="PIN" minimumFontSize="17" translatesAutoresizing MaskIntoConstraints="NO" id="Uow-Fu-2Yx">
37 <rect key="frame" x="67" y="150" width="115" height="30"/>
38 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
39 <constraints>
40 <constraint firstAttribute="width" constant="115" id="1Y c-ng-yRZ"/>
41 <constraint firstAttribute="height" constant="30" id="BC Y-xe-HQx"/>
42 </constraints>
43 <fontDescription key="fontDescription" type="system" pointSi ze="14"/>
44 <textInputTraits key="textInputTraits" autocorrectionType="n o" keyboardType="numberPad" returnKeyType="go" secureTextEntry="YES"/>
45 <connections>
46 <outlet property="delegate" destination="-1" id="eEn-tS- i45"/>
47 </connections>
48 </textField>
49 <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingP riority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstra ints="NO" id="5pF-pi-Stf">
50 <rect key="frame" x="190" y="149" width="51" height="31"/>
51 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
52 </switch>
53 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2 51" text="Save PIN" textAlignment="center" lineBreakMode="wordWrap" numberOfLine s="2" minimumFontSize="7" adjustsLetterSpacingToFitWidth="YES" preferredMaxLayou tWidth="56" translatesAutoresizingMaskIntoConstraints="NO" id="OPh-84-JII">
54 <rect key="frame" x="247" y="157" width="56" height="16"/>
55 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
56 <fontDescription key="fontDescription" type="system" pointSi ze="13"/>
57 <nil key="highlightedColor"/>
58 </label>
59 <button opaque="NO" contentMode="scaleToFill" contentHorizontalA lignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lin eBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id= "2Vw-9K-cVY">
60 <rect key="frame" x="79" y="188" width="45" height="31"/>
61 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
62 <fontDescription key="fontDescription" type="system" pointSi ze="14"/>
63 <state key="normal" title="Cancel">
64 <color key="titleShadowColor" white="0.5" alpha="1" colo rSpace="calibratedWhite"/>
65 </state>
66 <connections>
67 <action selector="buttonCancelClicked:" destination="-1" eventType="touchUpInside" id="a0p-ci-esP"/>
68 </connections>
69 </button>
70 <button opaque="NO" contentMode="scaleToFill" contentHorizontalA lignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lin eBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id= "NLw-jM-z2p">
71 <rect key="frame" x="155" y="189" width="55" height="29"/>
72 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
73 <fontDescription key="fontDescription" type="system" pointSi ze="14"/>
74 <state key="normal" title="Connect">
75 <color key="titleShadowColor" white="0.5" alpha="1" colo rSpace="calibratedWhite"/>
76 </state>
77 <connections>
78 <action selector="buttonConnectClicked:" destination="-1 " eventType="touchUpInside" id="CG9-X4-tEa"/>
79 </connections>
80 </button>
81 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="N O" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="2 51" text="Authenticate to" lineBreakMode="tailTruncation" baselineAdjustment="al ignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraint s="NO" id="G1n-4q-Knh">
82 <rect key="frame" x="67" y="104" width="85" height="15"/>
83 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
84 <fontDescription key="fontDescription" type="system" pointSi ze="12"/>
85 <nil key="highlightedColor"/>
86 </label>
87 </subviews>
88 <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBa ckgroundColor"/>
89 <constraints>
90 <constraint firstItem="NLw-jM-z2p" firstAttribute="top" secondIt em="Uow-Fu-2Yx" secondAttribute="bottom" constant="9" id="3jN-pC-2rt"/>
91 <constraint firstAttribute="centerY" secondItem="Uow-Fu-2Yx" sec ondAttribute="centerY" constant="75" id="5pL-cU-39Z"/>
92 <constraint firstItem="5pF-pi-Stf" firstAttribute="leading" seco ndItem="Uow-Fu-2Yx" secondAttribute="trailing" constant="8" id="9Qh-pj-al1"/>
93 <constraint firstItem="a63-kY-SHe" firstAttribute="top" secondIt em="G1n-4q-Knh" secondAttribute="bottom" constant="8" id="Aep-CT-GtV"/>
94 <constraint firstItem="Uow-Fu-2Yx" firstAttribute="top" secondIt em="a63-kY-SHe" secondAttribute="bottom" constant="8" id="Af6-MG-6hM"/>
95 <constraint firstItem="Uow-Fu-2Yx" firstAttribute="centerY" seco ndItem="5pF-pi-Stf" secondAttribute="centerY" id="Cxm-6Z-rBa"/>
96 <constraint firstAttribute="centerX" secondItem="Uow-Fu-2Yx" sec ondAttribute="centerX" constant="36" id="L6n-kv-1cb"/>
97 <constraint firstItem="NLw-jM-z2p" firstAttribute="leading" seco ndItem="2Vw-9K-cVY" secondAttribute="trailing" constant="31" id="OGl-yE-cFq"/>
98 <constraint firstItem="2Vw-9K-cVY" firstAttribute="leading" seco ndItem="Uow-Fu-2Yx" secondAttribute="leading" constant="12" id="Onp-Z7-Xp2"/>
99 <constraint firstItem="iat-rb-As1" firstAttribute="centerY" seco ndItem="G1n-4q-Knh" secondAttribute="centerY" id="RI9-Jx-K5Z"/>
100 <constraint firstItem="iat-rb-As1" firstAttribute="leading" seco ndItem="G1n-4q-Knh" secondAttribute="trailing" constant="3" id="XQd-6a-62O"/>
101 <constraint firstItem="NLw-jM-z2p" firstAttribute="centerY" seco ndItem="2Vw-9K-cVY" secondAttribute="centerY" id="baU-9W-Ab2"/>
102 <constraint firstItem="2Vw-9K-cVY" firstAttribute="top" secondIt em="Uow-Fu-2Yx" secondAttribute="bottom" constant="8" id="dCn-aX-MNJ"/>
103 <constraint firstItem="a63-kY-SHe" firstAttribute="leading" seco ndItem="Uow-Fu-2Yx" secondAttribute="leading" id="ddk-qx-Ldm"/>
104 <constraint firstItem="Uow-Fu-2Yx" firstAttribute="centerY" seco ndItem="OPh-84-JII" secondAttribute="centerY" id="fwM-yD-GQh"/>
105 <constraint firstItem="5pF-pi-Stf" firstAttribute="centerY" seco ndItem="OPh-84-JII" secondAttribute="centerY" id="jfD-pi-EWm"/>
106 <constraint firstItem="OPh-84-JII" firstAttribute="leading" seco ndItem="5pF-pi-Stf" secondAttribute="trailing" constant="8" id="qjc-e2-rkS"/>
107 <constraint firstItem="a63-kY-SHe" firstAttribute="leading" seco ndItem="G1n-4q-Knh" secondAttribute="leading" id="tIh-JU-ubp"/>
108 </constraints>
109 <simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBar Style="lightContent"/>
110 <simulatedScreenMetrics key="simulatedDestinationMetrics"/>
111 </view>
112 </objects>
113 </document>
OLDNEW
« no previous file with comments | « remoting/ios/ui/pin_entry_view_controller_ipad.xib ('k') | remoting/ios/ui/scene_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698