Main.storyboard 1.8 KB

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