LaunchScreen.storyboard 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="ipad12_9" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17126"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--View Controller-->
  12. <scene sceneID="EHf-IW-A2E">
  13. <objects>
  14. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  16. <rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="QField" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
  20. <rect key="frame" x="0.0" y="435" width="1024" height="43"/>
  21. <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
  22. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  23. <color key="highlightedColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. </label>
  25. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="qfield_logo" translatesAutoresizingMaskIntoConstraints="NO" id="8bZ-cw-3bN">
  26. <rect key="frame" x="448" y="619" width="128" height="128"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="128" id="2rj-dx-4yg"/>
  29. <constraint firstAttribute="width" constant="128" id="pnn-ag-knB"/>
  30. </constraints>
  31. </imageView>
  32. </subviews>
  33. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  34. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  35. <constraints>
  36. <constraint firstItem="8bZ-cw-3bN" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="O6x-JT-EcR"/>
  37. <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/>
  38. <constraint firstItem="8bZ-cw-3bN" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="lpm-cF-Cy5"/>
  39. <constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/>
  40. <constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/>
  41. </constraints>
  42. </view>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="52.1484375" y="374.67057101024886"/>
  47. </scene>
  48. </scenes>
  49. <resources>
  50. <image name="qfield_logo" width="1024" height="1024"/>
  51. </resources>
  52. </document>