Main.storyboard 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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="Constraints to layout margins" minToolsVersion="6.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--Gasteizko Margolariak-->
  11. <scene sceneID="e3W-6Z-Jyk">
  12. <objects>
  13. <navigationController title="Gasteizko Margolariak" id="cgF-cq-ysf" sceneMemberID="viewController">
  14. <navigationBar key="navigationBar" contentMode="scaleToFill" id="lgI-h9-O0s">
  15. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <color key="backgroundColor" red="0.4079896717" green="1" blue="0.34807942549999998" alpha="1" colorSpace="calibratedRGB"/>
  18. </navigationBar>
  19. </navigationController>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="utt-1m-pei" userLabel="First Responder" sceneMemberID="firstResponder"/>
  21. </objects>
  22. </scene>
  23. <!--Gasteizko Margolariak-->
  24. <scene sceneID="tne-QT-ifu">
  25. <objects>
  26. <viewController title="Gasteizko Margolariak" id="BYZ-38-t0r" customClass="ViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  27. <layoutGuides>
  28. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  29. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  30. </layoutGuides>
  31. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  32. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <navigationBar contentMode="scaleToFill" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zFh-si-6JY">
  36. <color key="backgroundColor" red="0.72748052552819176" green="0.91921132201073807" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="65" id="MHT-7R-T2c"/>
  39. </constraints>
  40. <color key="barTintColor" red="0.85979589512451782" green="0.95012098090369101" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  41. <items>
  42. <navigationItem title="Gasteizko Margolariak" id="isw-jq-8xu"/>
  43. </items>
  44. </navigationBar>
  45. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Ikv-46-g2m">
  46. <color key="backgroundColor" red="0.85979589509999998" green="0.95012098089999997" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  47. <constraints>
  48. <constraint firstAttribute="height" constant="45" id="D8o-cR-8qU"/>
  49. </constraints>
  50. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="3" minimumInteritemSpacing="1000" id="uuj-Dg-Ftx">
  51. <size key="itemSize" width="100" height="50"/>
  52. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  53. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  54. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  55. </collectionViewFlowLayout>
  56. <cells>
  57. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="a4j-DF-epb" customClass="MenuCollectionViewCell" customModule="app" customModuleProvider="target">
  58. <rect key="frame" x="0.0" y="-3" width="100" height="50"/>
  59. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  60. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  61. <rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
  62. <autoresizingMask key="autoresizingMask"/>
  63. <subviews>
  64. <label opaque="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">
  65. <frame key="frameInset" minX="6" minY="5" width="100" height="40"/>
  66. <color key="backgroundColor" red="0.85979589509999998" green="0.95012098089999997" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  67. <constraints>
  68. <constraint firstAttribute="height" constant="40" id="JDi-Ta-B3u"/>
  69. <constraint firstAttribute="width" constant="100" id="eKL-ga-53F"/>
  70. </constraints>
  71. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  72. <nil key="textColor"/>
  73. <nil key="highlightedColor"/>
  74. </label>
  75. <view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZNu-9N-o6K">
  76. <frame key="frameInset" minX="4" minY="30" width="80" height="5"/>
  77. <color key="backgroundColor" red="0.58073881930000004" green="0.8210679313" blue="0.99835759400000001" alpha="1" colorSpace="calibratedRGB"/>
  78. <constraints>
  79. <constraint firstAttribute="height" constant="4" id="Si5-HX-bjR"/>
  80. </constraints>
  81. </view>
  82. </subviews>
  83. </view>
  84. <constraints>
  85. <constraint firstItem="PbJ-gz-Ivz" firstAttribute="centerX" secondItem="a4j-DF-epb" secondAttribute="centerX" id="BgU-YL-9w0"/>
  86. <constraint firstItem="ZNu-9N-o6K" firstAttribute="width" secondItem="a4j-DF-epb" secondAttribute="width" constant="-8" id="FxK-Bg-b2j"/>
  87. <constraint firstItem="PbJ-gz-Ivz" firstAttribute="centerY" secondItem="a4j-DF-epb" secondAttribute="centerY" id="YZg-8N-4hG"/>
  88. <constraint firstAttribute="bottomMargin" secondItem="ZNu-9N-o6K" secondAttribute="bottom" id="ebT-TP-iQL"/>
  89. <constraint firstItem="ZNu-9N-o6K" firstAttribute="centerX" secondItem="a4j-DF-epb" secondAttribute="centerX" id="jUM-XF-fT7"/>
  90. </constraints>
  91. <connections>
  92. <outlet property="bar" destination="ZNu-9N-o6K" id="VHR-kp-QRc"/>
  93. <outlet property="label" destination="PbJ-gz-Ivz" id="vh3-yZ-ISb"/>
  94. </connections>
  95. </collectionViewCell>
  96. </cells>
  97. <connections>
  98. <outlet property="dataSource" destination="BYZ-38-t0r" id="SI3-sR-dHs"/>
  99. <outlet property="delegate" destination="BYZ-38-t0r" id="k4t-RF-DxW"/>
  100. </connections>
  101. </collectionView>
  102. <containerView opaque="NO" contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FfD-xR-Ufj">
  103. <frame key="frameInset" height="381" maxY="-5"/>
  104. <connections>
  105. <segue destination="aNc-O2-1Df" kind="embed" id="QXk-51-7xE"/>
  106. </connections>
  107. </containerView>
  108. </subviews>
  109. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  110. <constraints>
  111. <constraint firstItem="Ikv-46-g2m" firstAttribute="top" secondItem="zFh-si-6JY" secondAttribute="bottom" id="779-4E-igL"/>
  112. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="FfD-xR-Ufj" secondAttribute="bottom" id="7jk-ze-1Vp"/>
  113. <constraint firstItem="zFh-si-6JY" firstAttribute="leading" secondItem="Ikv-46-g2m" secondAttribute="leading" id="DtH-3x-QsB"/>
  114. <constraint firstItem="zFh-si-6JY" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="HNI-Oh-agx"/>
  115. <constraint firstItem="FfD-xR-Ufj" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="MPS-z3-zNb"/>
  116. <constraint firstItem="zFh-si-6JY" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="MZQ-hn-ezh"/>
  117. <constraint firstItem="Ikv-46-g2m" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="eln-ck-QcI"/>
  118. <constraint firstItem="FfD-xR-Ufj" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="fwz-Vq-Hzc"/>
  119. <constraint firstItem="Ikv-46-g2m" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="j8o-dm-xpa"/>
  120. <constraint firstItem="FfD-xR-Ufj" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="kSp-hr-GIX"/>
  121. </constraints>
  122. </view>
  123. </viewController>
  124. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  125. </objects>
  126. <point key="canvasLocation" x="789.60000000000002" y="899.10044977511257"/>
  127. </scene>
  128. <!--View Controller-->
  129. <scene sceneID="DhP-V4-Fb2">
  130. <objects>
  131. <viewController storyboardIdentifier="homeViewControllerScene" id="aNc-O2-1Df" sceneMemberID="viewController">
  132. <view key="view" contentMode="scaleToFill" id="12o-6g-8cT">
  133. <rect key="frame" x="0.0" y="0.0" width="320" height="381"/>
  134. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  135. <color key="backgroundColor" red="0.9425276964" green="1" blue="0.35931510379999998" alpha="1" colorSpace="calibratedRGB"/>
  136. </view>
  137. </viewController>
  138. <placeholder placeholderIdentifier="IBFirstResponder" id="jry-8b-RWd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  139. </objects>
  140. <point key="canvasLocation" x="454" y="1646"/>
  141. </scene>
  142. </scenes>
  143. </document>