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

Side by Side Diff: ios/showcase/core/LaunchScreen.storyboard

Issue 2592593003: Upstream ios/showcase source code. (Closed)
Patch Set: Created 4 years 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 | « ios/showcase/core/Info.plist ('k') | ios/showcase/core/app_delegate.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"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version=" 3.0" toolsVersion="11542" systemVersion="16B2657" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCol lections="YES" colorMatched="YES" initialViewController="QI3-dQ-1cO">
3 <device id="retina5_5" orientation="portrait">
4 <adaptation id="fullscreen"/>
5 </device>
6 <dependencies>
7 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="11524"/>
8 <capability name="documents saved in the Xcode 8 format" minToolsVersion ="8.0"/>
9 </dependencies>
10 <scenes>
11 <!--Navigation Controller-->
12 <scene sceneID="u0V-zC-FBB">
13 <objects>
14 <navigationController id="QI3-dQ-1cO" sceneMemberID="viewControl ler">
15 <navigationBar key="navigationBar" contentMode="scaleToFill" id="ha0-fg-3GF">
16 <rect key="frame" x="0.0" y="0.0" width="375" height="44 "/>
17 <autoresizingMask key="autoresizingMask"/>
18 </navigationBar>
19 <connections>
20 <segue destination="54D-Ky-HgW" kind="relationship" rela tionship="rootViewController" id="sjH-IV-Bd0"/>
21 </connections>
22 </navigationController>
23 <placeholder placeholderIdentifier="IBFirstResponder" id="QaL-p0 -lQo" userLabel="First Responder" sceneMemberID="firstResponder"/>
24 </objects>
25 <point key="canvasLocation" x="-513" y="-62"/>
26 </scene>
27 <!--Showcase-->
28 <scene sceneID="9lb-oL-wGX">
29 <objects>
30 <viewController id="54D-Ky-HgW" sceneMemberID="viewController">
31 <layoutGuides>
32 <viewControllerLayoutGuide type="top" id="trb-La-da6"/>
33 <viewControllerLayoutGuide type="bottom" id="MzX-hC-qOa" />
34 </layoutGuides>
35 <view key="view" contentMode="scaleToFill" id="CAL-d9-rAz">
36 <rect key="frame" x="0.0" y="0.0" width="414" height="73 6"/>
37 <autoresizingMask key="autoresizingMask" widthSizable="Y ES" heightSizable="YES"/>
38 <color key="backgroundColor" white="1" alpha="1" colorSp ace="calibratedWhite"/>
39 </view>
40 <navigationItem key="navigationItem" title="Showcase" id="9h L-yr-6we"/>
41 </viewController>
42 <placeholder placeholderIdentifier="IBFirstResponder" id="o1d-CR -HVs" userLabel="First Responder" sceneMemberID="firstResponder"/>
43 </objects>
44 <point key="canvasLocation" x="386" y="-60"/>
45 </scene>
46 </scenes>
47 </document>
OLDNEW
« no previous file with comments | « ios/showcase/core/Info.plist ('k') | ios/showcase/core/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698