You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
3.1 KiB

3 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Dtp-p8-LvN">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15509"/>
  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="Fnd-62-7zz">
  13. <objects>
  14. <viewController id="Dtp-p8-LvN" sceneMemberID="viewController">
  15. <view key="view" autoresizesSubviews="NO" userInteractionEnabled="NO" contentMode="scaleToFill" id="guO-oA-Nhw">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView autoresizesSubviews="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="BootSplashLogo" translatesAutoresizingMaskIntoConstraints="NO" id="3lX-Ut-9ad">
  20. <rect key="frame" x="157" y="398" width="100" height="100"/>
  21. <accessibility key="accessibilityConfiguration">
  22. <accessibilityTraits key="traits" image="YES" notEnabled="YES"/>
  23. </accessibility>
  24. </imageView>
  25. </subviews>
  26. <color key="backgroundColor" red="1.00000000000000" green="1.00000000000000" blue="1.00000000000000" alpha="1" colorSpace="calibratedRGB"/>
  27. <accessibility key="accessibilityConfiguration">
  28. <accessibilityTraits key="traits" notEnabled="YES"/>
  29. </accessibility>
  30. <constraints>
  31. <constraint firstItem="3lX-Ut-9ad" firstAttribute="centerX" secondItem="eg9-kz-Dhh" secondAttribute="centerX" id="Fh9-Fy-1nT"/>
  32. <constraint firstItem="3lX-Ut-9ad" firstAttribute="centerY" secondItem="guO-oA-Nhw" secondAttribute="centerY" id="nvB-Ic-PnI"/>
  33. </constraints>
  34. <viewLayoutGuide key="safeArea" id="eg9-kz-Dhh"/>
  35. </view>
  36. </viewController>
  37. <placeholder placeholderIdentifier="IBFirstResponder" id="Lvb-Jr-bCV" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  38. </objects>
  39. <point key="canvasLocation" x="0.0" y="0.0"/>
  40. </scene>
  41. </scenes>
  42. <resources>
  43. <image name="BootSplashLogo" width="100" height="100"/>
  44. </resources>
  45. </document>