LaunchScreen.xib 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="iN0-l3-epB">
  15. <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="nextcloudlaunchscreen" translatesAutoresizingMaskIntoConstraints="NO" id="Rrv-MP-hCW">
  19. <rect key="frame" x="8" y="8" width="464" height="464"/>
  20. <constraints>
  21. <constraint firstAttribute="width" constant="464" id="9WT-Cv-gy8"/>
  22. <constraint firstAttribute="height" constant="464" id="TGB-Bg-IvO"/>
  23. </constraints>
  24. </imageView>
  25. </subviews>
  26. <color key="backgroundColor" red="0.0" green="0.50980392156862742" blue="0.78823529411764703" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <constraints>
  28. <constraint firstAttribute="centerX" secondItem="Rrv-MP-hCW" secondAttribute="centerX" id="0bC-RK-gM4"/>
  29. <constraint firstAttribute="centerY" secondItem="Rrv-MP-hCW" secondAttribute="centerY" id="Uob-Sg-luZ"/>
  30. </constraints>
  31. <nil key="simulatedStatusBarMetrics"/>
  32. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  33. <point key="canvasLocation" x="548" y="455"/>
  34. </view>
  35. </objects>
  36. <resources>
  37. <image name="nextcloudlaunchscreen" width="223" height="157"/>
  38. </resources>
  39. </document>