Main.storyboard 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <scenes>
  9. <!--Gasteizko Margolariak-->
  10. <scene sceneID="e3W-6Z-Jyk">
  11. <objects>
  12. <navigationController title="Gasteizko Margolariak" id="cgF-cq-ysf" sceneMemberID="viewController">
  13. <navigationBar key="navigationBar" contentMode="scaleToFill" id="lgI-h9-O0s">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <color key="backgroundColor" red="0.4079896717" green="1" blue="0.34807942549999998" alpha="1" colorSpace="calibratedRGB"/>
  17. </navigationBar>
  18. </navigationController>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="utt-1m-pei" userLabel="First Responder" sceneMemberID="firstResponder"/>
  20. </objects>
  21. </scene>
  22. <!--Gasteizko Margolariak-->
  23. <scene sceneID="tne-QT-ifu">
  24. <objects>
  25. <viewController title="Gasteizko Margolariak" id="BYZ-38-t0r" customClass="ViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  26. <layoutGuides>
  27. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  28. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  29. </layoutGuides>
  30. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  31. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <navigationBar contentMode="scaleToFill" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zFh-si-6JY">
  35. <color key="backgroundColor" red="0.72748052552819176" green="0.91921132201073807" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="65" id="MHT-7R-T2c"/>
  38. </constraints>
  39. <color key="barTintColor" red="0.85979589512451782" green="0.95012098090369101" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  40. <items>
  41. <navigationItem title="Gasteizko Margolariak" id="Bum-YC-FZU"/>
  42. </items>
  43. </navigationBar>
  44. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Ikv-46-g2m">
  45. <color key="backgroundColor" red="0.85979589509999998" green="0.95012098089999997" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  46. <constraints>
  47. <constraint firstAttribute="height" constant="40" id="D8o-cR-8qU"/>
  48. </constraints>
  49. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="3" minimumInteritemSpacing="1000" id="uuj-Dg-Ftx">
  50. <size key="itemSize" width="100" height="50"/>
  51. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  52. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  53. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  54. </collectionViewFlowLayout>
  55. <cells>
  56. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="a4j-DF-epb" customClass="MenuCollectionViewCell" customModule="app" customModuleProvider="target">
  57. <rect key="frame" x="0.0" y="-5" width="100" height="50"/>
  58. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  59. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  60. <rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
  61. <autoresizingMask key="autoresizingMask"/>
  62. <subviews>
  63. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Home" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PbJ-gz-Ivz">
  64. <frame key="frameInset" minX="6" minY="5" width="100" height="40"/>
  65. <color key="backgroundColor" red="0.85979589509999998" green="0.95012098089999997" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  66. <constraints>
  67. <constraint firstAttribute="height" constant="40" id="JDi-Ta-B3u"/>
  68. <constraint firstAttribute="width" constant="100" id="eKL-ga-53F"/>
  69. </constraints>
  70. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  71. <nil key="textColor"/>
  72. <nil key="highlightedColor"/>
  73. </label>
  74. </subviews>
  75. </view>
  76. <color key="backgroundColor" red="0.58073881927014726" green="0.82106793130139011" blue="0.99835759401321411" alpha="1" colorSpace="calibratedRGB"/>
  77. <constraints>
  78. <constraint firstItem="PbJ-gz-Ivz" firstAttribute="centerX" secondItem="a4j-DF-epb" secondAttribute="centerX" id="BgU-YL-9w0"/>
  79. <constraint firstItem="PbJ-gz-Ivz" firstAttribute="centerY" secondItem="a4j-DF-epb" secondAttribute="centerY" id="YZg-8N-4hG"/>
  80. </constraints>
  81. <connections>
  82. <outlet property="myLabel" destination="PbJ-gz-Ivz" id="Qtp-JE-TDT"/>
  83. </connections>
  84. </collectionViewCell>
  85. </cells>
  86. <connections>
  87. <outlet property="dataSource" destination="BYZ-38-t0r" id="SI3-sR-dHs"/>
  88. <outlet property="delegate" destination="BYZ-38-t0r" id="k4t-RF-DxW"/>
  89. </connections>
  90. </collectionView>
  91. <containerView opaque="NO" contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FfD-xR-Ufj">
  92. <frame key="frameInset" height="380" maxY="-5"/>
  93. <connections>
  94. <segue destination="aNc-O2-1Df" kind="embed" id="QXk-51-7xE"/>
  95. </connections>
  96. </containerView>
  97. </subviews>
  98. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  99. <constraints>
  100. <constraint firstItem="Ikv-46-g2m" firstAttribute="top" secondItem="zFh-si-6JY" secondAttribute="bottom" id="779-4E-igL"/>
  101. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="FfD-xR-Ufj" secondAttribute="bottom" id="7jk-ze-1Vp"/>
  102. <constraint firstItem="zFh-si-6JY" firstAttribute="leading" secondItem="Ikv-46-g2m" secondAttribute="leading" id="DtH-3x-QsB"/>
  103. <constraint firstItem="zFh-si-6JY" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="HNI-Oh-agx"/>
  104. <constraint firstItem="FfD-xR-Ufj" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="MPS-z3-zNb"/>
  105. <constraint firstItem="zFh-si-6JY" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="MZQ-hn-ezh"/>
  106. <constraint firstItem="Ikv-46-g2m" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="eln-ck-QcI"/>
  107. <constraint firstItem="FfD-xR-Ufj" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="fwz-Vq-Hzc"/>
  108. <constraint firstItem="Ikv-46-g2m" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="j8o-dm-xpa"/>
  109. <constraint firstItem="FfD-xR-Ufj" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="kSp-hr-GIX"/>
  110. </constraints>
  111. </view>
  112. </viewController>
  113. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  114. </objects>
  115. <point key="canvasLocation" x="789.60000000000002" y="899.10044977511257"/>
  116. </scene>
  117. <!--View Controller-->
  118. <scene sceneID="DhP-V4-Fb2">
  119. <objects>
  120. <viewController storyboardIdentifier="homeViewControllerScene" id="aNc-O2-1Df" sceneMemberID="viewController">
  121. <view key="view" contentMode="scaleToFill" id="12o-6g-8cT">
  122. <rect key="frame" x="0.0" y="0.0" width="320" height="380"/>
  123. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  124. <color key="backgroundColor" red="0.9425276964" green="1" blue="0.35931510379999998" alpha="1" colorSpace="calibratedRGB"/>
  125. </view>
  126. </viewController>
  127. <placeholder placeholderIdentifier="IBFirstResponder" id="jry-8b-RWd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  128. </objects>
  129. <point key="canvasLocation" x="454" y="1646"/>
  130. </scene>
  131. </scenes>
  132. </document>