Main.storyboard 14.1 KB
Newer Older
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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="FnB-1o-m6P">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--Main View Controller-->
        <scene sceneID="nCd-Pe-nwC">
            <objects>
                <viewController id="FnB-1o-m6P" customClass="MainViewController" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="MCZ-qn-U8U"/>
                        <viewControllerLayoutGuide type="bottom" id="T9c-61-ZEO"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="Nt5-YR-XLZ">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <stackView opaque="NO" contentMode="scaleToFill" misplaced="YES" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="Jdh-p2-Syc">
                                <rect key="frame" x="0.0" y="6" width="375" height="667"/>
                                <subviews>
                                    <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G3K-Ct-amG">
                                        <rect key="frame" x="0.0" y="0.0" width="375" height="333.5"/>
                                        <connections>
                                            <segue destination="yjl-pP-dW2" kind="embed" identifier="FlutterViewControllerSegue" id="zVC-ur-hSh"/>
                                        </connections>
                                    </containerView>
                                    <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EWt-tU-lT8">
                                        <rect key="frame" x="0.0" y="333.5" width="375" height="333.5"/>
                                        <connections>
                                            <segue destination="g6V-0q-Qmt" kind="embed" identifier="NativeViewControllerSegue" id="TiA-wb-9xc"/>
                                        </connections>
                                    </containerView>
                                </subviews>
                                <constraints>
                                    <constraint firstItem="EWt-tU-lT8" firstAttribute="height" secondItem="G3K-Ct-amG" secondAttribute="height" id="OWV-Bz-aZ9"/>
                                    <constraint firstItem="EWt-tU-lT8" firstAttribute="width" secondItem="G3K-Ct-amG" secondAttribute="width" id="Vni-bz-bSt"/>
                                </constraints>
                            </stackView>
                        </subviews>
                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstItem="Jdh-p2-Syc" firstAttribute="leading" secondItem="Nt5-YR-XLZ" secondAttribute="leading" id="736-ju-cs1"/>
                            <constraint firstAttribute="bottom" secondItem="Jdh-p2-Syc" secondAttribute="bottom" id="NJj-PW-ivg"/>
                            <constraint firstAttribute="trailing" secondItem="Jdh-p2-Syc" secondAttribute="trailing" id="Rlp-q3-1xR"/>
                            <constraint firstItem="Jdh-p2-Syc" firstAttribute="top" secondItem="Nt5-YR-XLZ" secondAttribute="top" id="XpW-hj-pI4"/>
                        </constraints>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="YK3-cu-zew" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-1858" y="211"/>
        </scene>
        <!--Flutter View Controller-->
        <scene sceneID="QiU-td-PNw">
            <objects>
                <viewController id="yjl-pP-dW2" customClass="FlutterViewController" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="GZT-2O-K6G"/>
                        <viewControllerLayoutGuide type="bottom" id="meP-7L-4EO"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="jhP-0W-2HS">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="333.5"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                    </view>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="nvJ-Dz-mOO" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-1060" y="76"/>
        </scene>
        <!--Native View Controller-->
        <scene sceneID="W4R-Y9-Lec">
            <objects>
                <viewController id="g6V-0q-Qmt" customClass="NativeViewController" sceneMemberID="viewController">
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="wrm-99-E0t"/>
                        <viewControllerLayoutGuide type="bottom" id="H72-eC-cuN"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="Lrt-2J-Mko" userLabel="ParentView">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="333.5"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="zVI-Xh-iNx">
                                <rect key="frame" x="0.0" y="0.0" width="375" height="334"/>
                                <subviews>
                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NLS-lx-anZ" userLabel="Top">
                                        <rect key="frame" x="0.0" y="0.0" width="375" height="264"/>
                                        <subviews>
                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Flutter button tapped 0 times." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PJ2-AA-Riy" userLabel="IncremetLabel">
                                                <rect key="frame" x="73" y="122" width="229" height="21"/>
                                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                                <nil key="highlightedColor"/>
                                            </label>
                                        </subviews>
                                        <constraints>
                                            <constraint firstItem="PJ2-AA-Riy" firstAttribute="centerX" secondItem="NLS-lx-anZ" secondAttribute="centerX" id="H1S-ZO-f6z"/>
                                            <constraint firstItem="PJ2-AA-Riy" firstAttribute="centerY" secondItem="NLS-lx-anZ" secondAttribute="centerY" id="ZSn-Gi-wdO"/>
                                        </constraints>
                                    </view>
                                    <view contentMode="scaleToFill" restorationIdentifier="Bottom" translatesAutoresizingMaskIntoConstraints="NO" id="Qxj-hW-CeP" userLabel="Bottom">
                                        <rect key="frame" x="0.0" y="264" width="375" height="70"/>
                                        <subviews>
                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="iOS" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="K0h-kv-J7E">
                                                <rect key="frame" x="20" y="14" width="48" height="36"/>
                                                <fontDescription key="fontDescription" type="system" pointSize="30"/>
                                                <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                                <nil key="highlightedColor"/>
                                            </label>
                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jfa-Lk-nDI" customClass="MDButton">
                                                <rect key="frame" x="300" y="-5" width="55" height="55"/>
                                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                                <constraints>
                                                    <constraint firstAttribute="height" constant="55" id="QYW-fS-Hcx"/>
                                                    <constraint firstAttribute="width" constant="55" id="zeJ-gS-6zj"/>
                                                </constraints>
                                                <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                                <userDefinedRuntimeAttributes>
                                                    <userDefinedRuntimeAttribute type="number" keyPath="type">
                                                        <integer key="value" value="2"/>
                                                    </userDefinedRuntimeAttribute>
                                                    <userDefinedRuntimeAttribute type="image" keyPath="imageNormal" value="ic_add.png"/>
                                                    <userDefinedRuntimeAttribute type="color" keyPath="rippleColor">
                                                        <color key="value" red="0.82337594754841859" green="0.83186435937881464" blue="0.83186435937881464" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                                    </userDefinedRuntimeAttribute>
                                                </userDefinedRuntimeAttributes>
                                                <connections>
                                                    <action selector="handleIncrement:" destination="g6V-0q-Qmt" eventType="touchUpInside" id="3ie-8K-E0v"/>
                                                </connections>
                                            </button>
                                        </subviews>
                                        <constraints>
                                            <constraint firstAttribute="bottom" secondItem="Jfa-Lk-nDI" secondAttribute="bottom" constant="20" symbolic="YES" id="Dl7-lD-YH3"/>
                                            <constraint firstAttribute="height" constant="70" id="Hgs-wm-FFX"/>
                                            <constraint firstAttribute="bottom" secondItem="K0h-kv-J7E" secondAttribute="bottom" constant="20" symbolic="YES" id="Iem-H7-VWN"/>
                                            <constraint firstItem="K0h-kv-J7E" firstAttribute="leading" secondItem="Qxj-hW-CeP" secondAttribute="leading" constant="20" symbolic="YES" id="Vtt-ur-fpR"/>
                                            <constraint firstAttribute="trailing" secondItem="Jfa-Lk-nDI" secondAttribute="trailing" constant="20" symbolic="YES" id="yCg-We-tBg"/>
                                        </constraints>
                                    </view>
                                </subviews>
                            </stackView>
                        </subviews>
                        <color key="backgroundColor" red="0.66666666669999997" green="0.66666666669999997" blue="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        <constraints>
                            <constraint firstItem="zVI-Xh-iNx" firstAttribute="leading" secondItem="Lrt-2J-Mko" secondAttribute="leading" id="HoL-50-e9R"/>
                            <constraint firstAttribute="trailing" secondItem="zVI-Xh-iNx" secondAttribute="trailing" id="QMD-YW-tUG"/>
                            <constraint firstAttribute="bottom" secondItem="zVI-Xh-iNx" secondAttribute="bottom" id="VJM-I0-53q"/>
                            <constraint firstItem="zVI-Xh-iNx" firstAttribute="top" secondItem="Lrt-2J-Mko" secondAttribute="top" id="p1C-xB-mpQ"/>
                        </constraints>
                    </view>
                    <connections>
                        <outlet property="incrementLabel" destination="PJ2-AA-Riy" id="GmJ-fE-2WO"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="YRn-0M-UIv" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-1090.4000000000001" y="489.3553223388306"/>
        </scene>
    </scenes>
    <resources>
        <image name="ic_add.png" width="24" height="24"/>
    </resources>
</document>