Blame view

ios/Runner/Base.lproj/Main.storyboard 1.76 KB
4847e3dc   liangchengyou   feat:添加设备方向处理
1
2
3
  <?xml version="1.0" encoding="UTF-8"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
      <device id="retina6_12" orientation="portrait" appearance="light"/>
2a29701f   liangchengyou   feat:提交代码
4
5
      <dependencies>
          <deployment identifier="iOS"/>
4847e3dc   liangchengyou   feat:添加设备方向处理
6
7
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
          <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
2a29701f   liangchengyou   feat:提交代码
8
9
      </dependencies>
      <scenes>
4847e3dc   liangchengyou   feat:添加设备方向处理
10
          <!--Main View Controller-->
2a29701f   liangchengyou   feat:提交代码
11
12
          <scene sceneID="tne-QT-ifu">
              <objects>
4847e3dc   liangchengyou   feat:添加设备方向处理
13
                  <viewController id="BYZ-38-t0r" customClass="MainViewController" sceneMemberID="viewController">
2a29701f   liangchengyou   feat:提交代码
14
15
16
17
18
                      <layoutGuides>
                          <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
                          <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
                      </layoutGuides>
                      <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
4847e3dc   liangchengyou   feat:添加设备方向处理
19
                          <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
2a29701f   liangchengyou   feat:提交代码
20
                          <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
4847e3dc   liangchengyou   feat:添加设备方向处理
21
                          <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2a29701f   liangchengyou   feat:提交代码
22
23
24
25
                      </view>
                  </viewController>
                  <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
              </objects>
4847e3dc   liangchengyou   feat:添加设备方向处理
26
              <point key="canvasLocation" x="47" y="-2"/>
2a29701f   liangchengyou   feat:提交代码
27
28
29
          </scene>
      </scenes>
  </document>