萤石云 iOSSDK,移植跨平台相关工程
JLChen
2021-04-19 b7fa25faef4decf509a998ae861f059896ea6093
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="System colors in document resources" minToolsVersion="11.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--View Controller-->
        <scene sceneID="tne-QT-ifu">
            <objects>
                <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="139" y="79"/>
        </scene>
        <!--Test View Controller-->
        <scene sceneID="huq-j6-CCe">
            <objects>
                <viewController storyboardIdentifier="TestVC" id="lcL-H6-84m" customClass="TestViewController" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="B67-ur-Um0">
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wdo-pW-Ost">
                                <rect key="frame" x="200" y="336" width="31" height="30"/>
                                <state key="normal" title="测试"/>
                            </button>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="link_account3" translatesAutoresizingMaskIntoConstraints="NO" id="HaK-6Z-cjy">
                                <rect key="frame" x="95" y="422" width="240" height="128"/>
                            </imageView>
                        </subviews>
                        <viewLayoutGuide key="safeArea" id="f0w-Jm-eLu"/>
                        <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                        <constraints>
                            <constraint firstItem="HaK-6Z-cjy" firstAttribute="leading" secondItem="f0w-Jm-eLu" secondAttribute="leading" constant="95" id="4jh-XM-1sz"/>
                            <constraint firstItem="f0w-Jm-eLu" firstAttribute="bottom" secondItem="Wdo-pW-Ost" secondAttribute="bottom" constant="496" id="7gb-bg-ZiZ"/>
                            <constraint firstItem="HaK-6Z-cjy" firstAttribute="top" secondItem="Wdo-pW-Ost" secondAttribute="bottom" constant="56" id="8OC-8J-3uo"/>
                            <constraint firstItem="Wdo-pW-Ost" firstAttribute="top" secondItem="f0w-Jm-eLu" secondAttribute="top" constant="292" id="Ejm-tr-til"/>
                            <constraint firstItem="f0w-Jm-eLu" firstAttribute="bottom" secondItem="HaK-6Z-cjy" secondAttribute="bottom" constant="312" id="F7g-EV-QMs"/>
                            <constraint firstItem="f0w-Jm-eLu" firstAttribute="trailing" secondItem="HaK-6Z-cjy" secondAttribute="trailing" constant="79" id="Msh-u7-bP4"/>
                            <constraint firstItem="Wdo-pW-Ost" firstAttribute="leading" secondItem="f0w-Jm-eLu" secondAttribute="leading" constant="200" id="g09-eW-rMO"/>
                            <constraint firstItem="f0w-Jm-eLu" firstAttribute="trailing" secondItem="Wdo-pW-Ost" secondAttribute="trailing" constant="183" id="yZW-QN-IAy"/>
                        </constraints>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="RzL-4j-mMZ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="838" y="84"/>
        </scene>
    </scenes>
    <resources>
        <image name="link_account3" width="320" height="185"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>