Main.storyboard 7.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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="375" height="667"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" pagingEnabled="YES" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Ikv-46-g2m">
  35. <frame key="frameInset" minY="242" width="375" height="128"/>
  36. <color key="backgroundColor" red="0.9425276964" green="1" blue="0.35931510379999998" alpha="1" colorSpace="calibratedRGB"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="50" id="D8o-cR-8qU"/>
  39. </constraints>
  40. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="3" minimumInteritemSpacing="1000" id="uuj-Dg-Ftx">
  41. <size key="itemSize" width="100" height="50"/>
  42. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  43. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  44. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  45. </collectionViewFlowLayout>
  46. <cells>
  47. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="a4j-DF-epb" customClass="MenuCollectionViewCell" customModule="app" customModuleProvider="target">
  48. <rect key="frame" x="0.0" y="39" width="100" height="50"/>
  49. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  50. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  51. <rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
  52. <autoresizingMask key="autoresizingMask"/>
  53. <subviews>
  54. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Home" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PbJ-gz-Ivz">
  55. <frame key="frameInset" minX="-95" minY="-39" width="240" height="128"/>
  56. <color key="backgroundColor" red="0.4079896717" green="1" blue="0.34807942549999998" alpha="1" colorSpace="calibratedRGB"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="50" id="JDi-Ta-B3u"/>
  59. <constraint firstAttribute="width" constant="100" id="eKL-ga-53F"/>
  60. </constraints>
  61. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  62. <nil key="textColor"/>
  63. <nil key="highlightedColor"/>
  64. </label>
  65. </subviews>
  66. </view>
  67. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  68. <connections>
  69. <outlet property="myLabel" destination="PbJ-gz-Ivz" id="Qtp-JE-TDT"/>
  70. </connections>
  71. </collectionViewCell>
  72. </cells>
  73. <connections>
  74. <outlet property="dataSource" destination="BYZ-38-t0r" id="SI3-sR-dHs"/>
  75. <outlet property="delegate" destination="BYZ-38-t0r" id="k4t-RF-DxW"/>
  76. </connections>
  77. </collectionView>
  78. </subviews>
  79. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  80. <constraints>
  81. <constraint firstItem="Ikv-46-g2m" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="eln-ck-QcI"/>
  82. <constraint firstItem="Ikv-46-g2m" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="j8o-dm-xpa"/>
  83. <constraint firstItem="Ikv-46-g2m" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="65" id="kb5-4D-ytn"/>
  84. </constraints>
  85. </view>
  86. </viewController>
  87. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  88. </objects>
  89. <point key="canvasLocation" x="789.60000000000002" y="899.10044977511257"/>
  90. </scene>
  91. </scenes>
  92. </document>