Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

CDVLaunchScreen.storyboard 3.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one
  4. or more contributor license agreements. See the NOTICE file
  5. distributed with this work for additional information
  6. regarding copyright ownership. The ASF licenses this file
  7. to you under the Apache License, Version 2.0 (the
  8. "License"); you may not use this file except in compliance
  9. with the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing,
  12. software distributed under the License is distributed on an
  13. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. KIND, either express or implied. See the License for the
  15. specific language governing permissions and limitations
  16. under the License.
  17. -->
  18. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  19. <device id="retina6_1" orientation="portrait" appearance="light"/>
  20. <dependencies>
  21. <deployment identifier="iOS"/>
  22. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  23. <capability name="Named colors" minToolsVersion="9.0"/>
  24. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  25. </dependencies>
  26. <scenes>
  27. <!--View Controller-->
  28. <scene sceneID="EHf-IW-A2E">
  29. <objects>
  30. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  31. <layoutGuides>
  32. <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  33. <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  34. </layoutGuides>
  35. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  36. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  38. <subviews>
  39. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchStoryboard" translatesAutoresizingMaskIntoConstraints="NO" id="2ns-9I-Qjs">
  40. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  41. </imageView>
  42. </subviews>
  43. <color key="backgroundColor" name="BackgroundColor"/>
  44. <constraints>
  45. <constraint firstAttribute="trailing" secondItem="2ns-9I-Qjs" secondAttribute="trailing" id="FZL-3Z-NFz"/>
  46. <constraint firstItem="2ns-9I-Qjs" firstAttribute="bottom" secondItem="Ze5-6b-2t3" secondAttribute="bottom" id="L9l-pw-wXj"/>
  47. <constraint firstItem="2ns-9I-Qjs" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="oGN-hc-Uzj"/>
  48. <constraint firstItem="2ns-9I-Qjs" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="rS9-Wd-zY4"/>
  49. </constraints>
  50. </view>
  51. </viewController>
  52. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  53. </objects>
  54. <point key="canvasLocation" x="53" y="375"/>
  55. </scene>
  56. </scenes>
  57. <resources>
  58. <image name="LaunchStoryboard" width="1366" height="1366"/>
  59. <namedColor name="BackgroundColor">
  60. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. </namedColor>
  62. </resources>
  63. </document>