huangbo 9 years ago
parent
commit
49501dd05f

+ 31 - 0
DisplayClient/DisplayClient/Base.lproj/Main_iPad.storyboard

@ -0,0 +1,31 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14E46" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="BYZ-38-t0r">
3
    <dependencies>
4
        <deployment identifier="iOS"/>
5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
6
    </dependencies>
7
    <scenes>
8
        <!--View Controller-->
9
        <scene sceneID="tne-QT-ifu">
10
            <objects>
11
                <viewController id="BYZ-38-t0r" customClass="DCViewController" sceneMemberID="viewController">
12
                    <layoutGuides>
13
                        <viewControllerLayoutGuide type="top" id="ijp-Iw-WS4"/>
14
                        <viewControllerLayoutGuide type="bottom" id="38P-k6-aMe"/>
15
                    </layoutGuides>
16
                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
17
                        <rect key="frame" x="0.0" y="20" width="768" height="1024"/>
18
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
20
                    </view>
21
                </viewController>
22
                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
23
            </objects>
24
        </scene>
25
    </scenes>
26
    <simulatedMetricsContainer key="defaultSimulatedMetrics">
27
        <simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackOpaque"/>
28
        <simulatedOrientationMetrics key="orientation"/>
29
        <simulatedScreenMetrics key="destination"/>
30
    </simulatedMetricsContainer>
31
</document>

+ 26 - 0
DisplayClient/DisplayClient/Base.lproj/Main_iPhone.storyboard

@ -0,0 +1,26 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="vXZ-lx-hvc">
3
    <dependencies>
4
        <deployment identifier="iOS"/>
5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
6
    </dependencies>
7
    <scenes>
8
        <!--View Controller-->
9
        <scene sceneID="ufC-wZ-h7g">
10
            <objects>
11
                <viewController id="vXZ-lx-hvc" customClass="DCViewController" sceneMemberID="viewController">
12
                    <layoutGuides>
13
                        <viewControllerLayoutGuide type="top" id="fbX-uY-NN9"/>
14
                        <viewControllerLayoutGuide type="bottom" id="16q-9m-r8s"/>
15
                    </layoutGuides>
16
                    <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
17
                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
18
                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
19
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
20
                    </view>
21
                </viewController>
22
                <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
23
            </objects>
24
        </scene>
25
    </scenes>
26
</document>

+ 2 - 0
DisplayClient/DisplayClient/en.lproj/InfoPlist.strings

@ -0,0 +1,2 @@
1
/* Localized versions of Info.plist keys */
2

+ 2 - 0
DisplayClient/DisplayClientTests/en.lproj/InfoPlist.strings

@ -0,0 +1,2 @@
1
/* Localized versions of Info.plist keys */
2