LaunchScreen.storyboard 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
  6. </dependencies>
  7. <scenes>
  8. <!--View Controller-->
  9. <scene sceneID="EHf-IW-A2E">
  10. <objects>
  11. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  12. <layoutGuides>
  13. <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  14. <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  15. </layoutGuides>
  16. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  17. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Sticky Notes" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="deG-6Z-cKC">
  21. <rect key="frame" x="187" y="186" width="227" height="228"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="64"/>
  23. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. </subviews>
  27. <color key="backgroundColor" red="1" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  28. <constraints>
  29. <constraint firstItem="deG-6Z-cKC" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="6Eh-fJ-302"/>
  30. <constraint firstItem="deG-6Z-cKC" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="bTe-H0-e60"/>
  31. </constraints>
  32. </view>
  33. </viewController>
  34. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  35. </objects>
  36. <point key="canvasLocation" x="53" y="375"/>
  37. </scene>
  38. </scenes>
  39. </document>