Main.storyboard 186 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="3o1-ab-AT4">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
  10. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  11. <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  12. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  13. </dependencies>
  14. <scenes>
  15. <!--Gasteizko Margolariak-->
  16. <scene sceneID="e3W-6Z-Jyk">
  17. <objects>
  18. <navigationController title="Gasteizko Margolariak" id="cgF-cq-ysf" sceneMemberID="viewController">
  19. <navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="lgI-h9-O0s">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  21. <autoresizingMask key="autoresizingMask"/>
  22. <color key="backgroundColor" red="0.4079896717" green="1" blue="0.34807942549999998" alpha="1" colorSpace="calibratedRGB"/>
  23. </navigationBar>
  24. </navigationController>
  25. <placeholder placeholderIdentifier="IBFirstResponder" id="utt-1m-pei" userLabel="First Responder" sceneMemberID="firstResponder"/>
  26. </objects>
  27. </scene>
  28. <!--GMViewController-->
  29. <scene sceneID="tne-QT-ifu">
  30. <objects>
  31. <viewController storyboardIdentifier="GMViewController" title="Gasteizko Margolariak" useStoryboardIdentifierAsRestorationIdentifier="YES" id="BYZ-38-t0r" userLabel="GMViewController" customClass="ViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  32. <layoutGuides>
  33. <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
  34. <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
  35. </layoutGuides>
  36. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  37. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  39. <subviews>
  40. <navigationBar contentMode="scaleToFill" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zFh-si-6JY">
  41. <rect key="frame" x="0.0" y="0.0" width="375" height="65"/>
  42. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  43. <constraints>
  44. <constraint firstAttribute="height" constant="65" id="MHT-7R-T2c"/>
  45. </constraints>
  46. <color key="barTintColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  47. <textAttributes key="titleTextAttributes">
  48. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  49. </textAttributes>
  50. <items>
  51. <navigationItem title="Gasteizko Margolariak" id="isw-jq-8xu"/>
  52. </items>
  53. </navigationBar>
  54. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="GM" translatesAutoresizingMaskIntoConstraints="NO" id="zFR-zC-CPO">
  55. <rect key="frame" x="16" y="21" width="45" height="45"/>
  56. <constraints>
  57. <constraint firstAttribute="width" constant="45" id="TWf-cV-z74"/>
  58. <constraint firstAttribute="height" constant="45" id="jbT-y6-zoJ"/>
  59. </constraints>
  60. </imageView>
  61. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Ikv-46-g2m">
  62. <rect key="frame" x="0.0" y="65" width="375" height="45"/>
  63. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. <constraints>
  65. <constraint firstAttribute="height" constant="45" id="D8o-cR-8qU"/>
  66. </constraints>
  67. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="3" minimumInteritemSpacing="1000" id="uuj-Dg-Ftx">
  68. <size key="itemSize" width="100" height="50"/>
  69. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  70. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  71. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  72. </collectionViewFlowLayout>
  73. <cells>
  74. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="a4j-DF-epb" customClass="MenuCollectionViewCell" customModule="app" customModuleProvider="target">
  75. <rect key="frame" x="0.0" y="-2.5" width="100" height="50"/>
  76. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  77. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  78. <rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
  79. <autoresizingMask key="autoresizingMask"/>
  80. <subviews>
  81. <label opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Home" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PbJ-gz-Ivz">
  82. <rect key="frame" x="0.0" y="5" width="100" height="40"/>
  83. <constraints>
  84. <constraint firstAttribute="height" constant="40" id="JDi-Ta-B3u"/>
  85. <constraint firstAttribute="width" constant="100" id="eKL-ga-53F"/>
  86. </constraints>
  87. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  88. <color key="textColor" red="0.78431372549019607" green="0.78431372549019607" blue="0.78431372549019607" alpha="1" colorSpace="calibratedRGB"/>
  89. <nil key="highlightedColor"/>
  90. </label>
  91. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZNu-9N-o6K">
  92. <rect key="frame" x="4" y="38" width="92" height="4"/>
  93. <color key="backgroundColor" red="0.3529411764705882" green="0.70588235294117641" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  94. <constraints>
  95. <constraint firstAttribute="height" constant="4" id="Si5-HX-bjR"/>
  96. </constraints>
  97. </view>
  98. </subviews>
  99. </view>
  100. <constraints>
  101. <constraint firstItem="PbJ-gz-Ivz" firstAttribute="centerX" secondItem="a4j-DF-epb" secondAttribute="centerX" id="BgU-YL-9w0"/>
  102. <constraint firstItem="ZNu-9N-o6K" firstAttribute="width" secondItem="a4j-DF-epb" secondAttribute="width" constant="-8" id="FxK-Bg-b2j"/>
  103. <constraint firstItem="PbJ-gz-Ivz" firstAttribute="centerY" secondItem="a4j-DF-epb" secondAttribute="centerY" id="YZg-8N-4hG"/>
  104. <constraint firstAttribute="bottomMargin" secondItem="ZNu-9N-o6K" secondAttribute="bottom" id="ebT-TP-iQL"/>
  105. <constraint firstItem="ZNu-9N-o6K" firstAttribute="centerX" secondItem="a4j-DF-epb" secondAttribute="centerX" id="jUM-XF-fT7"/>
  106. </constraints>
  107. <connections>
  108. <outlet property="bar" destination="ZNu-9N-o6K" id="VHR-kp-QRc"/>
  109. <outlet property="label" destination="PbJ-gz-Ivz" id="vh3-yZ-ISb"/>
  110. </connections>
  111. </collectionViewCell>
  112. </cells>
  113. <connections>
  114. <outlet property="dataSource" destination="BYZ-38-t0r" id="SI3-sR-dHs"/>
  115. <outlet property="delegate" destination="BYZ-38-t0r" id="k4t-RF-DxW"/>
  116. </connections>
  117. </collectionView>
  118. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FfD-xR-Ufj" userLabel="Container View Home">
  119. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  120. <connections>
  121. <segue destination="aNc-O2-1Df" kind="embed" id="DGi-yn-SV1"/>
  122. </connections>
  123. </containerView>
  124. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="T4H-Rn-I4y" userLabel="Container View Location">
  125. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  126. <connections>
  127. <segue destination="Xnt-cB-Rqv" kind="embed" id="tDq-Wx-d8o"/>
  128. </connections>
  129. </containerView>
  130. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nhy-Gy-cgq" userLabel="Container View Lablanca">
  131. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  132. <connections>
  133. <segue destination="BMN-HQ-lp2" kind="embed" id="pVd-Ff-B2f"/>
  134. </connections>
  135. </containerView>
  136. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="T5i-d0-9I1" userLabel="Container View Activities">
  137. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  138. <connections>
  139. <segue destination="0Sj-kN-N7N" kind="embed" id="TI8-Fn-Xcz"/>
  140. </connections>
  141. </containerView>
  142. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="p8H-ai-kTU" userLabel="Container View Blog">
  143. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  144. <connections>
  145. <segue destination="CT0-x2-ZHC" kind="embed" id="53Z-m9-zSG"/>
  146. </connections>
  147. </containerView>
  148. <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3r9-W6-dmf" userLabel="Container View Gallery">
  149. <rect key="frame" x="0.0" y="110" width="375" height="557"/>
  150. <connections>
  151. <segue destination="Bxe-vP-zrv" kind="embed" id="ufh-fQ-2yF"/>
  152. </connections>
  153. </containerView>
  154. </subviews>
  155. <color key="backgroundColor" red="0.0" green="0.47058823529411764" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  156. <constraints>
  157. <constraint firstItem="p8H-ai-kTU" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="1fj-8m-lWP"/>
  158. <constraint firstItem="T4H-Rn-I4y" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="3Eh-im-76c"/>
  159. <constraint firstItem="p8H-ai-kTU" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="3z5-Bs-qVY"/>
  160. <constraint firstItem="3r9-W6-dmf" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="41B-9B-3vB"/>
  161. <constraint firstItem="p8H-ai-kTU" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="4Iu-SL-dAB"/>
  162. <constraint firstItem="Ikv-46-g2m" firstAttribute="top" secondItem="zFh-si-6JY" secondAttribute="bottom" id="779-4E-igL"/>
  163. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="FfD-xR-Ufj" secondAttribute="bottom" id="7jk-ze-1Vp"/>
  164. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="p8H-ai-kTU" secondAttribute="bottom" id="Bkf-Wu-jW9"/>
  165. <constraint firstItem="zFR-zC-CPO" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="1" id="Dcn-Y8-7w2"/>
  166. <constraint firstItem="zFh-si-6JY" firstAttribute="leading" secondItem="Ikv-46-g2m" secondAttribute="leading" id="DtH-3x-QsB"/>
  167. <constraint firstItem="nhy-Gy-cgq" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="EZy-Ld-6HE"/>
  168. <constraint firstItem="3r9-W6-dmf" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="F1F-Vz-PQg"/>
  169. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="T5i-d0-9I1" secondAttribute="bottom" id="FIc-3H-vLO"/>
  170. <constraint firstItem="zFh-si-6JY" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="HNI-Oh-agx"/>
  171. <constraint firstItem="FfD-xR-Ufj" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="MPS-z3-zNb"/>
  172. <constraint firstItem="zFh-si-6JY" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="MZQ-hn-ezh"/>
  173. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="nhy-Gy-cgq" secondAttribute="bottom" id="NZm-e4-hZE"/>
  174. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="3r9-W6-dmf" secondAttribute="bottom" id="QiZ-RE-Mc6"/>
  175. <constraint firstItem="T4H-Rn-I4y" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="UAm-na-Ilc"/>
  176. <constraint firstItem="T5i-d0-9I1" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="VOD-tJ-ecM"/>
  177. <constraint firstItem="T5i-d0-9I1" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="ZQY-pp-rDk"/>
  178. <constraint firstItem="nhy-Gy-cgq" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="ZjH-ke-Gtv"/>
  179. <constraint firstItem="T4H-Rn-I4y" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="a3W-7J-vjF"/>
  180. <constraint firstItem="nhy-Gy-cgq" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="dey-LW-WUE"/>
  181. <constraint firstItem="3r9-W6-dmf" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="efu-E3-cv8"/>
  182. <constraint firstItem="Ikv-46-g2m" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="eln-ck-QcI"/>
  183. <constraint firstItem="FfD-xR-Ufj" firstAttribute="top" secondItem="Ikv-46-g2m" secondAttribute="bottom" id="fwz-Vq-Hzc"/>
  184. <constraint firstItem="Ikv-46-g2m" firstAttribute="width" secondItem="8bC-Xf-vdC" secondAttribute="width" id="j8o-dm-xpa"/>
  185. <constraint firstItem="zFR-zC-CPO" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="juk-7u-XG2"/>
  186. <constraint firstItem="FfD-xR-Ufj" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="kSp-hr-GIX"/>
  187. <constraint firstItem="T5i-d0-9I1" firstAttribute="centerX" secondItem="Ikv-46-g2m" secondAttribute="centerX" id="psj-oK-zVR"/>
  188. <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="T4H-Rn-I4y" secondAttribute="bottom" id="vQE-x2-yf6"/>
  189. </constraints>
  190. </view>
  191. <connections>
  192. <outlet property="containerViewActivities" destination="T5i-d0-9I1" id="Zre-fI-1Lg"/>
  193. <outlet property="containerViewBlog" destination="p8H-ai-kTU" id="yCB-k7-XUk"/>
  194. <outlet property="containerViewGallery" destination="3r9-W6-dmf" id="rlK-vI-dz2"/>
  195. <outlet property="containerViewHome" destination="FfD-xR-Ufj" id="EtF-qz-vWE"/>
  196. <outlet property="containerViewLablanca" destination="nhy-Gy-cgq" id="bBa-2W-hjf"/>
  197. <outlet property="containerViewLocation" destination="T4H-Rn-I4y" id="EFa-Km-WuR"/>
  198. <segue destination="UkS-wI-Yhx" kind="show" identifier="SeguePost" id="gs2-jd-cPW"/>
  199. <segue destination="k0M-Sk-DZM" kind="show" identifier="SegueAlbum" id="Puc-tv-vaD"/>
  200. <segue destination="zJF-Mh-CNb" kind="show" identifier="SegueSchedule" id="A70-jo-yAP"/>
  201. <segue destination="jfx-Q2-RtY" kind="show" identifier="SeguePastActivity" id="MmG-k2-wHn"/>
  202. <segue destination="DDO-dI-c0J" kind="show" identifier="SegueFutureActivity" id="ec7-aO-4Ac"/>
  203. </connections>
  204. </viewController>
  205. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  206. </objects>
  207. <point key="canvasLocation" x="789.60000000000002" y="899.10044977511257"/>
  208. </scene>
  209. <!--Home-->
  210. <scene sceneID="DhP-V4-Fb2">
  211. <objects>
  212. <viewController storyboardIdentifier="homeViewControllerScene" title="Home" id="aNc-O2-1Df" propertyAccessControl="none" sceneMemberID="viewController">
  213. <layoutGuides>
  214. <viewControllerLayoutGuide type="top" id="g5I-wK-I6c"/>
  215. <viewControllerLayoutGuide type="bottom" id="Upn-3g-9US"/>
  216. </layoutGuides>
  217. <view key="view" contentMode="scaleToFill" id="12o-6g-8cT" customClass="HomeView" customModule="app" customModuleProvider="target">
  218. <rect key="frame" x="0.0" y="0.0" width="375" height="557"/>
  219. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  220. <color key="backgroundColor" red="0.70980392156862748" green="0.82745098039215681" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  221. </view>
  222. </viewController>
  223. <placeholder placeholderIdentifier="IBFirstResponder" id="jry-8b-RWd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  224. </objects>
  225. <point key="canvasLocation" x="454" y="1646"/>
  226. </scene>
  227. <!--Location-->
  228. <scene sceneID="LiN-jX-2oB">
  229. <objects>
  230. <viewController title="Location" id="Xnt-cB-Rqv" sceneMemberID="viewController">
  231. <layoutGuides>
  232. <viewControllerLayoutGuide type="top" id="pcm-Ee-gOc"/>
  233. <viewControllerLayoutGuide type="bottom" id="3Ws-3b-fnx"/>
  234. </layoutGuides>
  235. <view key="view" contentMode="scaleToFill" id="hp8-jo-hEx" customClass="LocationView" customModule="app">
  236. <rect key="frame" x="0.0" y="0.0" width="375" height="557"/>
  237. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  238. <color key="backgroundColor" red="1" green="0.055437682639999999" blue="0.9161184698" alpha="1" colorSpace="calibratedRGB"/>
  239. </view>
  240. </viewController>
  241. <placeholder placeholderIdentifier="IBFirstResponder" id="r7U-0f-tjM" userLabel="First Responder" sceneMemberID="firstResponder"/>
  242. </objects>
  243. <point key="canvasLocation" x="1091" y="1708"/>
  244. </scene>
  245. <!--La Blanca-->
  246. <scene sceneID="FPb-4H-Oac">
  247. <objects>
  248. <viewController title="La Blanca" id="BMN-HQ-lp2" sceneMemberID="viewController">
  249. <layoutGuides>
  250. <viewControllerLayoutGuide type="top" id="dmp-DU-HeF"/>
  251. <viewControllerLayoutGuide type="bottom" id="cDH-sf-Urh"/>
  252. </layoutGuides>
  253. <view key="view" contentMode="scaleToFill" id="XIc-19-qoq" customClass="LablancaView" customModule="app">
  254. <rect key="frame" x="0.0" y="0.0" width="375" height="557"/>
  255. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  256. <color key="backgroundColor" red="0.70980392156862748" green="0.82745098039215681" blue="0.89803921568627454" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  257. </view>
  258. </viewController>
  259. <placeholder placeholderIdentifier="IBFirstResponder" id="L8G-JV-V2l" userLabel="First Responder" sceneMemberID="firstResponder"/>
  260. </objects>
  261. <point key="canvasLocation" x="1583" y="870"/>
  262. </scene>
  263. <!--Activities-->
  264. <scene sceneID="Dyc-GB-FPW">
  265. <objects>
  266. <viewController title="Activities" id="0Sj-kN-N7N" sceneMemberID="viewController">
  267. <layoutGuides>
  268. <viewControllerLayoutGuide type="top" id="OhA-Gv-fwb"/>
  269. <viewControllerLayoutGuide type="bottom" id="3Yd-97-laW"/>
  270. </layoutGuides>
  271. <view key="view" contentMode="scaleToFill" id="e8E-bp-zJI" customClass="ActivitiesView" customModule="app" customModuleProvider="target">
  272. <rect key="frame" x="0.0" y="0.0" width="375" height="557"/>
  273. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  274. <color key="backgroundColor" red="0.70980392156862748" green="0.82745098039215681" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
  275. </view>
  276. </viewController>
  277. <placeholder placeholderIdentifier="IBFirstResponder" id="iuX-Se-nlc" userLabel="First Responder" sceneMemberID="firstResponder"/>
  278. </objects>
  279. <point key="canvasLocation" x="1734" y="1234"/>
  280. </scene>
  281. <!--Blog-->
  282. <scene sceneID="A6s-4k-Qpj">
  283. <objects>
  284. <viewController title="Blog" id="CT0-x2-ZHC" sceneMemberID="viewController">
  285. <layoutGuides>
  286. <viewControllerLayoutGuide type="top" id="yir-Ne-huf"/>
  287. <viewControllerLayoutGuide type="bottom" id="126-8G-plw"/>
  288. </layoutGuides>
  289. <view key="view" contentMode="scaleToFill" id="c4t-ul-w0Z" customClass="BlogView" customModule="app" customModuleProvider="target">
  290. <rect key="frame" x="0.0" y="0.0" width="375" height="557"/>
  291. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  292. <color key="backgroundColor" red="0.70980392156862748" green="0.82745098039215681" blue="0.89803921568627454" alpha="1" colorSpace="calibratedRGB"/>
  293. </view>
  294. </viewController>
  295. <placeholder placeholderIdentifier="IBFirstResponder" id="iDB-bY-1MG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  296. </objects>
  297. <point key="canvasLocation" x="2081" y="2157"/>
  298. </scene>
  299. <!--Gallery-->
  300. <scene sceneID="Uqp-if-ZuD">
  301. <objects>
  302. <viewController title="Gallery" id="Bxe-vP-zrv" sceneMemberID="viewController">
  303. <layoutGuides>
  304. <viewControllerLayoutGuide type="top" id="yvh-VS-RXe"/>
  305. <viewControllerLayoutGuide type="bottom" id="tOB-l0-rCU"/>
  306. </layoutGuides>
  307. <view key="view" contentMode="scaleToFill" id="pPe-Xd-teA" customClass="GalleryView" customModule="app" customModuleProvider="target">
  308. <rect key="frame" x="0.0" y="0.0" width="375" height="557"/>
  309. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  310. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  311. </view>
  312. </viewController>
  313. <placeholder placeholderIdentifier="IBFirstResponder" id="2vc-bF-Qwf" userLabel="First Responder" sceneMemberID="firstResponder"/>
  314. </objects>
  315. <point key="canvasLocation" x="1509" y="576"/>
  316. </scene>
  317. <!--Post-->
  318. <scene sceneID="zgg-Cx-j75">
  319. <objects>
  320. <viewController title="Post" id="UkS-wI-Yhx" customClass="PostViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  321. <layoutGuides>
  322. <viewControllerLayoutGuide type="top" id="yy6-d2-MRo"/>
  323. <viewControllerLayoutGuide type="bottom" id="IxZ-up-5UO"/>
  324. </layoutGuides>
  325. <view key="view" autoresizesSubviews="NO" contentMode="scaleToFill" id="mCJ-K1-jG1" userLabel="Container">
  326. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  327. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  328. <subviews>
  329. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="arX-Be-0iS" userLabel="Toolbar">
  330. <rect key="frame" x="0.0" y="20" width="375" height="30"/>
  331. <subviews>
  332. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="029-px-JqL">
  333. <rect key="frame" x="0.0" y="0.0" width="56.5" height="30"/>
  334. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  335. <state key="normal" title="&lt;">
  336. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  337. </state>
  338. </button>
  339. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gasteizko Margolariak" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BIE-D1-hCZ">
  340. <rect key="frame" x="56.5" y="0.0" width="262.5" height="30"/>
  341. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  342. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  343. <nil key="highlightedColor"/>
  344. </label>
  345. </subviews>
  346. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  347. <constraints>
  348. <constraint firstItem="BIE-D1-hCZ" firstAttribute="height" secondItem="arX-Be-0iS" secondAttribute="height" id="6Ck-IY-1CK"/>
  349. <constraint firstItem="029-px-JqL" firstAttribute="centerY" secondItem="arX-Be-0iS" secondAttribute="centerY" id="Es5-Zm-aQk"/>
  350. <constraint firstItem="BIE-D1-hCZ" firstAttribute="centerY" secondItem="arX-Be-0iS" secondAttribute="centerY" id="PkD-5w-aPZ"/>
  351. <constraint firstItem="029-px-JqL" firstAttribute="height" secondItem="arX-Be-0iS" secondAttribute="height" id="RTL-TJ-15M"/>
  352. <constraint firstItem="BIE-D1-hCZ" firstAttribute="width" secondItem="arX-Be-0iS" secondAttribute="width" multiplier="0.7" id="UOQ-6G-qoP"/>
  353. <constraint firstItem="029-px-JqL" firstAttribute="width" secondItem="arX-Be-0iS" secondAttribute="width" multiplier="0.15" id="VYu-Jc-ahB"/>
  354. <constraint firstItem="029-px-JqL" firstAttribute="leading" secondItem="arX-Be-0iS" secondAttribute="leading" id="o0K-dB-meB"/>
  355. <constraint firstItem="BIE-D1-hCZ" firstAttribute="centerX" secondItem="arX-Be-0iS" secondAttribute="centerX" id="zrK-6B-Gff"/>
  356. </constraints>
  357. </view>
  358. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jx5-wy-ab4">
  359. <rect key="frame" x="0.0" y="50" width="375" height="617"/>
  360. <subviews>
  361. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="14b-YG-Iyb">
  362. <rect key="frame" x="0.0" y="0.0" width="375" height="617"/>
  363. <subviews>
  364. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yIU-b9-Dc5" userLabel="Section">
  365. <rect key="frame" x="10" y="10" width="355" height="995"/>
  366. <subviews>
  367. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" restorationIdentifier="Title" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tRk-Ti-VOu" userLabel="Title">
  368. <rect key="frame" x="0.0" y="0.0" width="355" height="30"/>
  369. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  370. <constraints>
  371. <constraint firstAttribute="height" constant="30" id="pTS-D5-LUl"/>
  372. </constraints>
  373. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  374. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  375. <nil key="highlightedColor"/>
  376. </label>
  377. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="bSp-Sd-3qA" userLabel="Content">
  378. <rect key="frame" x="0.0" y="30" width="355" height="965"/>
  379. <subviews>
  380. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7t9-eQ-KC7" userLabel="Post">
  381. <rect key="frame" x="8" y="8" width="339" height="949"/>
  382. <subviews>
  383. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="PhotoPlaceholder" translatesAutoresizingMaskIntoConstraints="NO" id="u3M-mi-Tyn" userLabel="Image">
  384. <rect key="frame" x="0.0" y="10" width="339" height="71"/>
  385. <constraints>
  386. <constraint firstAttribute="height" constant="71" id="fQp-wR-eLU"/>
  387. </constraints>
  388. </imageView>
  389. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Text" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2i2-HF-HyI" userLabel="Text">
  390. <rect key="frame" x="17" y="91" width="305.5" height="826"/>
  391. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  392. <nil key="textColor"/>
  393. <nil key="highlightedColor"/>
  394. </label>
  395. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tAc-xa-mg2" userLabel="Separator">
  396. <rect key="frame" x="17" y="917" width="305.5" height="2"/>
  397. <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  398. <constraints>
  399. <constraint firstAttribute="height" constant="2" id="TTW-wU-fHT"/>
  400. </constraints>
  401. </view>
  402. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="254" text="Date" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pX4-mq-dj0" userLabel="Date">
  403. <rect key="frame" x="17" y="929" width="305.5" height="20"/>
  404. <constraints>
  405. <constraint firstAttribute="height" constant="20" id="Qos-eG-WmY"/>
  406. </constraints>
  407. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  408. <nil key="textColor"/>
  409. <nil key="highlightedColor"/>
  410. </label>
  411. </subviews>
  412. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  413. <constraints>
  414. <constraint firstItem="u3M-mi-Tyn" firstAttribute="width" secondItem="7t9-eQ-KC7" secondAttribute="width" id="4ZF-fF-btB"/>
  415. <constraint firstItem="tAc-xa-mg2" firstAttribute="centerX" secondItem="7t9-eQ-KC7" secondAttribute="centerX" id="Bf4-vV-UnB"/>
  416. <constraint firstItem="pX4-mq-dj0" firstAttribute="width" secondItem="7t9-eQ-KC7" secondAttribute="width" multiplier="0.9" id="Dqr-hS-PV9"/>
  417. <constraint firstItem="2i2-HF-HyI" firstAttribute="centerX" secondItem="7t9-eQ-KC7" secondAttribute="centerX" id="Hoe-4Q-YTi"/>
  418. <constraint firstItem="pX4-mq-dj0" firstAttribute="centerX" secondItem="7t9-eQ-KC7" secondAttribute="centerX" id="U33-D3-0dG"/>
  419. <constraint firstItem="2i2-HF-HyI" firstAttribute="width" secondItem="7t9-eQ-KC7" secondAttribute="width" multiplier="0.9" id="dcP-of-FdV"/>
  420. <constraint firstItem="2i2-HF-HyI" firstAttribute="top" secondItem="u3M-mi-Tyn" secondAttribute="bottom" constant="10" id="enp-lt-dAC"/>
  421. <constraint firstItem="u3M-mi-Tyn" firstAttribute="centerX" secondItem="7t9-eQ-KC7" secondAttribute="centerX" id="gd8-xG-NLo"/>
  422. <constraint firstItem="tAc-xa-mg2" firstAttribute="width" secondItem="7t9-eQ-KC7" secondAttribute="width" multiplier="0.9" id="h9c-Tr-HaL"/>
  423. <constraint firstItem="u3M-mi-Tyn" firstAttribute="top" secondItem="7t9-eQ-KC7" secondAttribute="top" constant="10" id="ilB-HA-43E"/>
  424. <constraint firstAttribute="bottom" secondItem="pX4-mq-dj0" secondAttribute="bottom" id="j3Q-f8-ncG"/>
  425. <constraint firstItem="tAc-xa-mg2" firstAttribute="top" secondItem="2i2-HF-HyI" secondAttribute="bottom" id="sQe-ZF-dDj"/>
  426. <constraint firstItem="pX4-mq-dj0" firstAttribute="top" secondItem="tAc-xa-mg2" secondAttribute="bottom" constant="10" id="y6S-1C-uEC"/>
  427. </constraints>
  428. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  429. <userDefinedRuntimeAttributes>
  430. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  431. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  432. </userDefinedRuntimeAttribute>
  433. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  434. <real key="value" value="1"/>
  435. </userDefinedRuntimeAttribute>
  436. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  437. <real key="value" value="3"/>
  438. </userDefinedRuntimeAttribute>
  439. </userDefinedRuntimeAttributes>
  440. </view>
  441. </subviews>
  442. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  443. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  444. </stackView>
  445. </subviews>
  446. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  447. <constraints>
  448. <constraint firstItem="bSp-Sd-3qA" firstAttribute="width" secondItem="yIU-b9-Dc5" secondAttribute="width" id="48B-MC-FiI"/>
  449. <constraint firstItem="tRk-Ti-VOu" firstAttribute="width" secondItem="yIU-b9-Dc5" secondAttribute="width" id="8hp-PL-zs2"/>
  450. <constraint firstAttribute="bottom" secondItem="bSp-Sd-3qA" secondAttribute="bottom" id="AmB-6T-H8u"/>
  451. <constraint firstItem="tRk-Ti-VOu" firstAttribute="centerX" secondItem="yIU-b9-Dc5" secondAttribute="centerX" id="GLO-lV-zKm"/>
  452. <constraint firstItem="tRk-Ti-VOu" firstAttribute="top" secondItem="yIU-b9-Dc5" secondAttribute="top" id="kvI-es-Bmu"/>
  453. <constraint firstItem="bSp-Sd-3qA" firstAttribute="centerX" secondItem="yIU-b9-Dc5" secondAttribute="centerX" id="obg-Sv-CD5"/>
  454. <constraint firstItem="bSp-Sd-3qA" firstAttribute="top" secondItem="tRk-Ti-VOu" secondAttribute="bottom" id="wkt-kn-ZPO"/>
  455. </constraints>
  456. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  457. <userDefinedRuntimeAttributes>
  458. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  459. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  460. </userDefinedRuntimeAttribute>
  461. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  462. <real key="value" value="1"/>
  463. </userDefinedRuntimeAttribute>
  464. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  465. <real key="value" value="8"/>
  466. </userDefinedRuntimeAttribute>
  467. </userDefinedRuntimeAttributes>
  468. </view>
  469. </subviews>
  470. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  471. <constraints>
  472. <constraint firstItem="yIU-b9-Dc5" firstAttribute="top" secondItem="14b-YG-Iyb" secondAttribute="top" constant="10" id="56X-pA-LLg"/>
  473. <constraint firstItem="yIU-b9-Dc5" firstAttribute="trailing" secondItem="14b-YG-Iyb" secondAttribute="trailing" constant="10" id="8Xl-m3-1Xk"/>
  474. <constraint firstItem="yIU-b9-Dc5" firstAttribute="centerX" secondItem="14b-YG-Iyb" secondAttribute="centerX" id="8oz-7C-ZSn"/>
  475. <constraint firstAttribute="bottom" secondItem="yIU-b9-Dc5" secondAttribute="bottom" constant="10" id="BC1-pI-UDI"/>
  476. <constraint firstItem="yIU-b9-Dc5" firstAttribute="leading" secondItem="14b-YG-Iyb" secondAttribute="leading" constant="10" id="SDQ-gY-p6d"/>
  477. </constraints>
  478. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  479. <userDefinedRuntimeAttributes>
  480. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  481. <real key="value" value="0.0"/>
  482. </userDefinedRuntimeAttribute>
  483. </userDefinedRuntimeAttributes>
  484. </scrollView>
  485. </subviews>
  486. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  487. <constraints>
  488. <constraint firstItem="14b-YG-Iyb" firstAttribute="top" secondItem="jx5-wy-ab4" secondAttribute="top" id="H0N-Z2-1N1"/>
  489. <constraint firstItem="14b-YG-Iyb" firstAttribute="width" secondItem="jx5-wy-ab4" secondAttribute="width" id="UPZ-Yz-bgJ"/>
  490. <constraint firstAttribute="bottom" secondItem="14b-YG-Iyb" secondAttribute="bottom" id="ht1-9m-ecR"/>
  491. <constraint firstItem="14b-YG-Iyb" firstAttribute="centerX" secondItem="jx5-wy-ab4" secondAttribute="centerX" id="tgi-xm-huK"/>
  492. </constraints>
  493. <userDefinedRuntimeAttributes>
  494. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  495. <color key="value" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  496. </userDefinedRuntimeAttribute>
  497. </userDefinedRuntimeAttributes>
  498. </view>
  499. </subviews>
  500. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  501. <constraints>
  502. <constraint firstItem="jx5-wy-ab4" firstAttribute="centerX" secondItem="mCJ-K1-jG1" secondAttribute="centerX" id="5lE-sn-JIj"/>
  503. <constraint firstItem="arX-Be-0iS" firstAttribute="top" secondItem="yy6-d2-MRo" secondAttribute="bottom" id="SYd-o2-Nm3"/>
  504. <constraint firstItem="jx5-wy-ab4" firstAttribute="top" secondItem="arX-Be-0iS" secondAttribute="bottom" id="i80-pQ-ZU9"/>
  505. <constraint firstItem="arX-Be-0iS" firstAttribute="centerX" secondItem="mCJ-K1-jG1" secondAttribute="centerX" id="jAL-9l-RFi"/>
  506. <constraint firstItem="jx5-wy-ab4" firstAttribute="width" secondItem="mCJ-K1-jG1" secondAttribute="width" id="lZY-vh-Ap2"/>
  507. <constraint firstItem="arX-Be-0iS" firstAttribute="width" secondItem="mCJ-K1-jG1" secondAttribute="width" id="r1S-WW-h1K"/>
  508. <constraint firstAttribute="bottom" secondItem="jx5-wy-ab4" secondAttribute="bottom" id="xI7-lL-Xhw"/>
  509. </constraints>
  510. <userDefinedRuntimeAttributes>
  511. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  512. <real key="value" value="0.0"/>
  513. </userDefinedRuntimeAttribute>
  514. </userDefinedRuntimeAttributes>
  515. </view>
  516. <connections>
  517. <outlet property="barButton" destination="029-px-JqL" id="48Y-ht-xLk"/>
  518. <outlet property="barTitle" destination="BIE-D1-hCZ" id="Fwf-72-Zfe"/>
  519. <outlet property="postImage" destination="u3M-mi-Tyn" id="usY-gh-LBn"/>
  520. <outlet property="postText" destination="2i2-HF-HyI" id="Mmz-c2-N6D"/>
  521. <outlet property="postTitle" destination="tRk-Ti-VOu" id="7kU-Dg-MLX"/>
  522. </connections>
  523. </viewController>
  524. <placeholder placeholderIdentifier="IBFirstResponder" id="r4n-Sk-nt4" userLabel="First Responder" sceneMemberID="firstResponder"/>
  525. </objects>
  526. <point key="canvasLocation" x="-728" y="1744"/>
  527. </scene>
  528. <!--Album-->
  529. <scene sceneID="R7a-5x-3QL">
  530. <objects>
  531. <viewController title="Album" id="k0M-Sk-DZM" customClass="AlbumViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  532. <layoutGuides>
  533. <viewControllerLayoutGuide type="top" id="ONc-DJ-6Kh"/>
  534. <viewControllerLayoutGuide type="bottom" id="Jfy-ak-hpJ"/>
  535. </layoutGuides>
  536. <view key="view" autoresizesSubviews="NO" contentMode="scaleToFill" id="iBY-d9-Ye4" userLabel="Container">
  537. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  538. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  539. <subviews>
  540. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kLX-yW-lMr" userLabel="Toolbar">
  541. <rect key="frame" x="0.0" y="20" width="375" height="30"/>
  542. <subviews>
  543. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Thj-0t-rxK">
  544. <rect key="frame" x="0.0" y="0.0" width="56.5" height="30"/>
  545. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  546. <state key="normal" title="&lt;">
  547. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  548. </state>
  549. </button>
  550. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gasteizko Margolariak" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LLe-aQ-Sbj">
  551. <rect key="frame" x="56.5" y="0.0" width="262.5" height="30"/>
  552. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  553. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  554. <nil key="highlightedColor"/>
  555. </label>
  556. </subviews>
  557. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  558. <constraints>
  559. <constraint firstItem="LLe-aQ-Sbj" firstAttribute="width" secondItem="kLX-yW-lMr" secondAttribute="width" multiplier="0.7" id="3sD-ex-RH9"/>
  560. <constraint firstItem="LLe-aQ-Sbj" firstAttribute="centerY" secondItem="kLX-yW-lMr" secondAttribute="centerY" id="7Jj-rc-BTU"/>
  561. <constraint firstItem="Thj-0t-rxK" firstAttribute="leading" secondItem="kLX-yW-lMr" secondAttribute="leading" id="Jcs-G1-TKC"/>
  562. <constraint firstItem="Thj-0t-rxK" firstAttribute="centerY" secondItem="kLX-yW-lMr" secondAttribute="centerY" id="VWD-2l-QIQ"/>
  563. <constraint firstItem="Thj-0t-rxK" firstAttribute="height" secondItem="kLX-yW-lMr" secondAttribute="height" id="XCm-uK-ZdM"/>
  564. <constraint firstItem="LLe-aQ-Sbj" firstAttribute="height" secondItem="kLX-yW-lMr" secondAttribute="height" id="m2u-z2-gQX"/>
  565. <constraint firstItem="LLe-aQ-Sbj" firstAttribute="centerX" secondItem="kLX-yW-lMr" secondAttribute="centerX" id="uyE-xa-dZu"/>
  566. <constraint firstItem="Thj-0t-rxK" firstAttribute="width" secondItem="kLX-yW-lMr" secondAttribute="width" multiplier="0.15" id="uzO-gY-Kxq"/>
  567. </constraints>
  568. </view>
  569. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WEW-3s-kOI">
  570. <rect key="frame" x="0.0" y="50" width="375" height="617"/>
  571. <subviews>
  572. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" bounces="NO" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kmd-tW-XIB">
  573. <rect key="frame" x="0.0" y="0.0" width="375" height="518"/>
  574. <subviews>
  575. <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sej-1q-hlq" userLabel="Section">
  576. <rect key="frame" x="10" y="10" width="355" height="1046"/>
  577. <subviews>
  578. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" restorationIdentifier="Title" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YsV-il-CeR" userLabel="Title">
  579. <rect key="frame" x="0.0" y="0.0" width="355" height="30"/>
  580. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  581. <constraints>
  582. <constraint firstAttribute="height" constant="30" id="1pw-9x-fqs"/>
  583. </constraints>
  584. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  585. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  586. <nil key="highlightedColor"/>
  587. </label>
  588. <stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="NlX-b5-vyb" userLabel="Content">
  589. <rect key="frame" x="0.0" y="30" width="355" height="1016"/>
  590. <subviews>
  591. <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="YEF-04-q7Y" userLabel="Album">
  592. <rect key="frame" x="8" y="8" width="339" height="1000"/>
  593. <subviews>
  594. <stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="WRD-IZ-JpU">
  595. <rect key="frame" x="0.0" y="0.0" width="339" height="1000"/>
  596. </stackView>
  597. </subviews>
  598. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  599. <constraints>
  600. <constraint firstItem="WRD-IZ-JpU" firstAttribute="centerY" secondItem="YEF-04-q7Y" secondAttribute="centerY" id="HMS-4q-ns8"/>
  601. <constraint firstItem="WRD-IZ-JpU" firstAttribute="width" secondItem="YEF-04-q7Y" secondAttribute="width" id="Im5-F6-vGb"/>
  602. <constraint firstItem="WRD-IZ-JpU" firstAttribute="height" secondItem="YEF-04-q7Y" secondAttribute="height" id="U7o-HF-khX"/>
  603. <constraint firstItem="WRD-IZ-JpU" firstAttribute="centerX" secondItem="YEF-04-q7Y" secondAttribute="centerX" id="jKg-n6-Kko"/>
  604. </constraints>
  605. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  606. <userDefinedRuntimeAttributes>
  607. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  608. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  609. </userDefinedRuntimeAttribute>
  610. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  611. <real key="value" value="1"/>
  612. </userDefinedRuntimeAttribute>
  613. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  614. <real key="value" value="3"/>
  615. </userDefinedRuntimeAttribute>
  616. </userDefinedRuntimeAttributes>
  617. </view>
  618. </subviews>
  619. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  620. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  621. </stackView>
  622. </subviews>
  623. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  624. <constraints>
  625. <constraint firstItem="NlX-b5-vyb" firstAttribute="centerX" secondItem="sej-1q-hlq" secondAttribute="centerX" id="11D-qS-lDY"/>
  626. <constraint firstItem="YsV-il-CeR" firstAttribute="centerX" secondItem="sej-1q-hlq" secondAttribute="centerX" id="Oym-KM-sqY"/>
  627. <constraint firstItem="NlX-b5-vyb" firstAttribute="top" secondItem="YsV-il-CeR" secondAttribute="bottom" id="kG4-rx-MOP"/>
  628. <constraint firstItem="NlX-b5-vyb" firstAttribute="width" secondItem="sej-1q-hlq" secondAttribute="width" id="mxX-S0-Jhg"/>
  629. <constraint firstItem="YsV-il-CeR" firstAttribute="width" secondItem="sej-1q-hlq" secondAttribute="width" id="ql7-1w-gZt"/>
  630. <constraint firstItem="YsV-il-CeR" firstAttribute="top" secondItem="sej-1q-hlq" secondAttribute="top" id="tWs-7c-cHP"/>
  631. <constraint firstAttribute="bottom" secondItem="NlX-b5-vyb" secondAttribute="bottom" id="tfG-n0-ydH"/>
  632. </constraints>
  633. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  634. <userDefinedRuntimeAttributes>
  635. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  636. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  637. </userDefinedRuntimeAttribute>
  638. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  639. <real key="value" value="1"/>
  640. </userDefinedRuntimeAttribute>
  641. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  642. <real key="value" value="8"/>
  643. </userDefinedRuntimeAttribute>
  644. </userDefinedRuntimeAttributes>
  645. </view>
  646. </subviews>
  647. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  648. <constraints>
  649. <constraint firstItem="sej-1q-hlq" firstAttribute="trailing" secondItem="Kmd-tW-XIB" secondAttribute="trailing" constant="10" id="Axn-3D-Qni"/>
  650. <constraint firstItem="sej-1q-hlq" firstAttribute="top" secondItem="Kmd-tW-XIB" secondAttribute="top" constant="10" id="W3n-lX-oj8"/>
  651. <constraint firstItem="sej-1q-hlq" firstAttribute="leading" secondItem="Kmd-tW-XIB" secondAttribute="leading" constant="10" id="k9J-Pf-W1C"/>
  652. <constraint firstItem="sej-1q-hlq" firstAttribute="centerX" secondItem="Kmd-tW-XIB" secondAttribute="centerX" id="sn2-ir-MIe"/>
  653. <constraint firstAttribute="bottom" secondItem="sej-1q-hlq" secondAttribute="bottom" constant="10" id="uH3-zh-3sM"/>
  654. </constraints>
  655. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  656. <userDefinedRuntimeAttributes>
  657. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  658. <real key="value" value="0.0"/>
  659. </userDefinedRuntimeAttribute>
  660. </userDefinedRuntimeAttributes>
  661. </scrollView>
  662. </subviews>
  663. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  664. <constraints>
  665. <constraint firstAttribute="bottom" secondItem="Kmd-tW-XIB" secondAttribute="bottom" id="0Uz-ek-vBj"/>
  666. <constraint firstItem="Kmd-tW-XIB" firstAttribute="width" secondItem="WEW-3s-kOI" secondAttribute="width" id="Bi9-mv-NSg"/>
  667. <constraint firstItem="Kmd-tW-XIB" firstAttribute="top" secondItem="WEW-3s-kOI" secondAttribute="top" id="S3J-3p-RrM"/>
  668. <constraint firstItem="Kmd-tW-XIB" firstAttribute="centerX" secondItem="WEW-3s-kOI" secondAttribute="centerX" id="aXw-Ot-IDF"/>
  669. </constraints>
  670. <userDefinedRuntimeAttributes>
  671. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  672. <color key="value" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  673. </userDefinedRuntimeAttribute>
  674. </userDefinedRuntimeAttributes>
  675. </view>
  676. </subviews>
  677. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  678. <constraints>
  679. <constraint firstItem="kLX-yW-lMr" firstAttribute="top" secondItem="ONc-DJ-6Kh" secondAttribute="bottom" id="1cs-f7-eXV"/>
  680. <constraint firstItem="WEW-3s-kOI" firstAttribute="centerX" secondItem="iBY-d9-Ye4" secondAttribute="centerX" id="7rG-90-CBm"/>
  681. <constraint firstItem="WEW-3s-kOI" firstAttribute="width" secondItem="iBY-d9-Ye4" secondAttribute="width" id="L71-wc-a42"/>
  682. <constraint firstItem="WEW-3s-kOI" firstAttribute="top" secondItem="kLX-yW-lMr" secondAttribute="bottom" id="NlL-cF-RyX"/>
  683. <constraint firstItem="kLX-yW-lMr" firstAttribute="centerX" secondItem="iBY-d9-Ye4" secondAttribute="centerX" id="XK7-sC-KU0"/>
  684. <constraint firstAttribute="bottom" secondItem="WEW-3s-kOI" secondAttribute="bottom" id="h2X-Gs-sB2"/>
  685. <constraint firstItem="kLX-yW-lMr" firstAttribute="width" secondItem="iBY-d9-Ye4" secondAttribute="width" id="nmM-Cs-aC6"/>
  686. </constraints>
  687. <userDefinedRuntimeAttributes>
  688. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  689. <real key="value" value="0.0"/>
  690. </userDefinedRuntimeAttribute>
  691. </userDefinedRuntimeAttributes>
  692. </view>
  693. <connections>
  694. <outlet property="albumContainer" destination="WRD-IZ-JpU" id="tSP-7c-APp"/>
  695. <outlet property="albumTitle" destination="YsV-il-CeR" id="t9S-NX-eaE"/>
  696. <outlet property="albumView" destination="YEF-04-q7Y" id="7tR-Lr-9nh"/>
  697. <outlet property="barButton" destination="Thj-0t-rxK" id="6bX-xo-abt"/>
  698. <outlet property="barTitle" destination="LLe-aQ-Sbj" id="bFR-jT-Xmq"/>
  699. </connections>
  700. </viewController>
  701. <placeholder placeholderIdentifier="IBFirstResponder" id="GLj-OZ-Cqc" userLabel="First Responder" sceneMemberID="firstResponder"/>
  702. </objects>
  703. <point key="canvasLocation" x="-1978" y="1477"/>
  704. </scene>
  705. <!--Schedule-->
  706. <scene sceneID="0Lj-Be-Hu6">
  707. <objects>
  708. <viewController title="Album" id="zJF-Mh-CNb" userLabel="Schedule" customClass="ScheduleViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  709. <layoutGuides>
  710. <viewControllerLayoutGuide type="top" id="dOJ-i5-gIk"/>
  711. <viewControllerLayoutGuide type="bottom" id="Kp9-sV-JUZ"/>
  712. </layoutGuides>
  713. <view key="view" autoresizesSubviews="NO" contentMode="scaleToFill" id="8YN-gM-ymv" userLabel="Container">
  714. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  715. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  716. <subviews>
  717. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="P0f-Qc-GSS" userLabel="Toolbar">
  718. <rect key="frame" x="0.0" y="20" width="375" height="30"/>
  719. <subviews>
  720. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cV9-gT-2OC">
  721. <rect key="frame" x="0.0" y="0.0" width="56.5" height="30"/>
  722. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  723. <state key="normal" title="&lt;">
  724. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  725. </state>
  726. </button>
  727. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gasteizko Margolariak" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RJE-Hu-oDM">
  728. <rect key="frame" x="56.5" y="0.0" width="262.5" height="30"/>
  729. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  730. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  731. <nil key="highlightedColor"/>
  732. </label>
  733. </subviews>
  734. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  735. <constraints>
  736. <constraint firstItem="RJE-Hu-oDM" firstAttribute="centerX" secondItem="P0f-Qc-GSS" secondAttribute="centerX" id="T6g-du-prz"/>
  737. <constraint firstItem="cV9-gT-2OC" firstAttribute="leading" secondItem="P0f-Qc-GSS" secondAttribute="leading" id="VGf-cr-zKT"/>
  738. <constraint firstItem="cV9-gT-2OC" firstAttribute="width" secondItem="P0f-Qc-GSS" secondAttribute="width" multiplier="0.15" id="WCJ-A0-CgT"/>
  739. <constraint firstItem="RJE-Hu-oDM" firstAttribute="height" secondItem="P0f-Qc-GSS" secondAttribute="height" id="YlB-So-f8f"/>
  740. <constraint firstItem="RJE-Hu-oDM" firstAttribute="centerY" secondItem="P0f-Qc-GSS" secondAttribute="centerY" id="aES-4b-n3l"/>
  741. <constraint firstItem="RJE-Hu-oDM" firstAttribute="width" secondItem="P0f-Qc-GSS" secondAttribute="width" multiplier="0.7" id="fKA-UR-a5d"/>
  742. <constraint firstItem="cV9-gT-2OC" firstAttribute="centerY" secondItem="P0f-Qc-GSS" secondAttribute="centerY" id="j0s-Q2-z7i"/>
  743. <constraint firstItem="cV9-gT-2OC" firstAttribute="height" secondItem="P0f-Qc-GSS" secondAttribute="height" id="rCF-Un-LBK"/>
  744. </constraints>
  745. </view>
  746. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rRo-dr-1GN">
  747. <rect key="frame" x="0.0" y="50" width="375" height="617"/>
  748. <subviews>
  749. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nIg-ez-N2J" userLabel="Section">
  750. <rect key="frame" x="10" y="10" width="355" height="597"/>
  751. <subviews>
  752. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" restorationIdentifier="Title" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="663-n7-Jwn" userLabel="Title">
  753. <rect key="frame" x="0.0" y="0.0" width="355" height="30"/>
  754. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  755. <constraints>
  756. <constraint firstAttribute="height" constant="30" id="zTh-A8-uDI"/>
  757. </constraints>
  758. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  759. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  760. <nil key="highlightedColor"/>
  761. </label>
  762. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="rYw-pJ-uyq" userLabel="Content">
  763. <rect key="frame" x="2" y="30" width="351" height="567"/>
  764. <subviews>
  765. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="odg-U1-6cp" userLabel="Calendar">
  766. <rect key="frame" x="8" y="8" width="335" height="60"/>
  767. <subviews>
  768. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ean-uL-e8X">
  769. <rect key="frame" x="10" y="7" width="45" height="45"/>
  770. <color key="backgroundColor" red="0.070588235289999995" green="0.27058823529999998" blue="0.4039215686" alpha="1" colorSpace="calibratedRGB"/>
  771. <constraints>
  772. <constraint firstAttribute="height" constant="45" id="FCK-N3-WdV"/>
  773. <constraint firstAttribute="width" constant="45" id="czB-hK-gr2"/>
  774. </constraints>
  775. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  776. <state key="normal" title="&lt;">
  777. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  778. </state>
  779. <userDefinedRuntimeAttributes>
  780. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  781. <color key="value" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  782. </userDefinedRuntimeAttribute>
  783. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  784. <real key="value" value="2"/>
  785. </userDefinedRuntimeAttribute>
  786. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  787. <real key="value" value="4"/>
  788. </userDefinedRuntimeAttribute>
  789. </userDefinedRuntimeAttributes>
  790. </button>
  791. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="25" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EUB-BM-L7c" userLabel="Number">
  792. <rect key="frame" x="65" y="8" width="45" height="45"/>
  793. <constraints>
  794. <constraint firstAttribute="width" constant="45" id="0J5-54-fFO"/>
  795. <constraint firstAttribute="height" constant="45" id="bRL-x7-mQS"/>
  796. </constraints>
  797. <fontDescription key="fontDescription" type="boldSystem" pointSize="30"/>
  798. <nil key="textColor"/>
  799. <nil key="highlightedColor"/>
  800. </label>
  801. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Agosto" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="g7M-sJ-teh" userLabel="Month">
  802. <rect key="frame" x="110" y="32.5" width="160" height="20.5"/>
  803. <fontDescription key="fontDescription" type="italicSystem" pointSize="17"/>
  804. <nil key="textColor"/>
  805. <nil key="highlightedColor"/>
  806. </label>
  807. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Margoeguna" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TH3-vv-4wy">
  808. <rect key="frame" x="110" y="8" width="170" height="20.5"/>
  809. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  810. <nil key="textColor"/>
  811. <nil key="highlightedColor"/>
  812. </label>
  813. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gEL-Ik-UfU">
  814. <rect key="frame" x="280" y="7" width="45" height="45"/>
  815. <color key="backgroundColor" red="0.070588235289999995" green="0.27058823529999998" blue="0.4039215686" alpha="1" colorSpace="calibratedRGB"/>
  816. <constraints>
  817. <constraint firstAttribute="width" constant="45" id="0Dv-S2-hPr"/>
  818. <constraint firstAttribute="height" constant="45" id="GXZ-mi-hcs"/>
  819. </constraints>
  820. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  821. <state key="normal" title="&gt;">
  822. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  823. </state>
  824. <userDefinedRuntimeAttributes>
  825. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  826. <color key="value" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  827. </userDefinedRuntimeAttribute>
  828. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  829. <real key="value" value="2"/>
  830. </userDefinedRuntimeAttribute>
  831. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  832. <real key="value" value="4"/>
  833. </userDefinedRuntimeAttribute>
  834. </userDefinedRuntimeAttributes>
  835. </button>
  836. </subviews>
  837. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  838. <constraints>
  839. <constraint firstItem="ean-uL-e8X" firstAttribute="leading" secondItem="odg-U1-6cp" secondAttribute="leading" constant="10" id="2tn-Yg-glj"/>
  840. <constraint firstItem="EUB-BM-L7c" firstAttribute="leading" secondItem="ean-uL-e8X" secondAttribute="trailing" constant="10" id="7wi-ei-pIo"/>
  841. <constraint firstItem="gEL-Ik-UfU" firstAttribute="centerY" secondItem="odg-U1-6cp" secondAttribute="centerY" id="Drw-jI-c92"/>
  842. <constraint firstItem="ean-uL-e8X" firstAttribute="centerY" secondItem="odg-U1-6cp" secondAttribute="centerY" id="FbR-7B-mF9"/>
  843. <constraint firstItem="TH3-vv-4wy" firstAttribute="trailing" secondItem="gEL-Ik-UfU" secondAttribute="leading" id="Fwr-5c-qZk"/>
  844. <constraint firstItem="g7M-sJ-teh" firstAttribute="leading" secondItem="EUB-BM-L7c" secondAttribute="trailing" id="SDa-kN-y0V"/>
  845. <constraint firstItem="g7M-sJ-teh" firstAttribute="bottom" secondItem="EUB-BM-L7c" secondAttribute="bottom" id="ewO-z9-CnW"/>
  846. <constraint firstItem="TH3-vv-4wy" firstAttribute="leading" secondItem="EUB-BM-L7c" secondAttribute="trailing" id="exx-HG-g1H"/>
  847. <constraint firstItem="TH3-vv-4wy" firstAttribute="top" secondItem="EUB-BM-L7c" secondAttribute="top" id="fjd-hL-ilJ"/>
  848. <constraint firstAttribute="trailing" secondItem="gEL-Ik-UfU" secondAttribute="trailing" constant="10" id="lUb-Gk-coy"/>
  849. <constraint firstItem="g7M-sJ-teh" firstAttribute="trailing" secondItem="gEL-Ik-UfU" secondAttribute="leading" constant="-10" id="nvO-MM-b9b"/>
  850. <constraint firstItem="EUB-BM-L7c" firstAttribute="centerY" secondItem="odg-U1-6cp" secondAttribute="centerY" id="yZR-5M-Qdr"/>
  851. <constraint firstAttribute="height" constant="60" id="yfY-8b-HUb"/>
  852. </constraints>
  853. </view>
  854. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sqf-Nt-Prc" userLabel="Schedule">
  855. <rect key="frame" x="8" y="78" width="335" height="481"/>
  856. <subviews>
  857. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" bounces="NO" translatesAutoresizingMaskIntoConstraints="NO" id="48Q-LP-YCz">
  858. <rect key="frame" x="0.0" y="0.0" width="335" height="383"/>
  859. <subviews>
  860. <stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="bHp-Km-KNL">
  861. <rect key="frame" x="0.0" y="0.0" width="335" height="383"/>
  862. </stackView>
  863. </subviews>
  864. <constraints>
  865. <constraint firstItem="bHp-Km-KNL" firstAttribute="centerX" secondItem="48Q-LP-YCz" secondAttribute="centerX" id="VAI-Nn-IAt"/>
  866. <constraint firstItem="bHp-Km-KNL" firstAttribute="width" secondItem="48Q-LP-YCz" secondAttribute="width" id="aBI-FI-uS0"/>
  867. <constraint firstItem="bHp-Km-KNL" firstAttribute="top" secondItem="48Q-LP-YCz" secondAttribute="top" id="eg6-cn-DEy"/>
  868. <constraint firstAttribute="trailing" secondItem="bHp-Km-KNL" secondAttribute="trailing" id="gRo-5O-urs"/>
  869. <constraint firstAttribute="bottom" secondItem="bHp-Km-KNL" secondAttribute="bottom" id="gfj-Ap-09t"/>
  870. </constraints>
  871. </scrollView>
  872. </subviews>
  873. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  874. <constraints>
  875. <constraint firstItem="48Q-LP-YCz" firstAttribute="centerX" secondItem="Sqf-Nt-Prc" secondAttribute="centerX" id="D5K-ml-TlX"/>
  876. <constraint firstAttribute="bottom" secondItem="48Q-LP-YCz" secondAttribute="bottom" id="Hh1-co-5CG"/>
  877. <constraint firstItem="48Q-LP-YCz" firstAttribute="top" secondItem="Sqf-Nt-Prc" secondAttribute="top" id="Hkf-Vo-M1V"/>
  878. <constraint firstItem="48Q-LP-YCz" firstAttribute="centerY" secondItem="Sqf-Nt-Prc" secondAttribute="centerY" id="tz4-U7-hYk"/>
  879. <constraint firstItem="48Q-LP-YCz" firstAttribute="width" secondItem="Sqf-Nt-Prc" secondAttribute="width" id="zUk-4F-sbH"/>
  880. </constraints>
  881. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  882. <userDefinedRuntimeAttributes>
  883. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  884. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  885. </userDefinedRuntimeAttribute>
  886. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  887. <real key="value" value="1"/>
  888. </userDefinedRuntimeAttribute>
  889. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  890. <real key="value" value="3"/>
  891. </userDefinedRuntimeAttribute>
  892. </userDefinedRuntimeAttributes>
  893. </view>
  894. </subviews>
  895. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  896. <constraints>
  897. <constraint firstItem="Sqf-Nt-Prc" firstAttribute="top" secondItem="odg-U1-6cp" secondAttribute="bottom" constant="10" id="aOG-X0-VZl"/>
  898. </constraints>
  899. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  900. </stackView>
  901. </subviews>
  902. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  903. <constraints>
  904. <constraint firstItem="rYw-pJ-uyq" firstAttribute="top" secondItem="663-n7-Jwn" secondAttribute="bottom" id="9Gs-ds-1Kn"/>
  905. <constraint firstItem="663-n7-Jwn" firstAttribute="width" secondItem="nIg-ez-N2J" secondAttribute="width" id="P66-wF-f9s"/>
  906. <constraint firstItem="663-n7-Jwn" firstAttribute="centerX" secondItem="nIg-ez-N2J" secondAttribute="centerX" id="WQ9-5d-Emo"/>
  907. <constraint firstItem="Sqf-Nt-Prc" firstAttribute="width" secondItem="nIg-ez-N2J" secondAttribute="width" constant="-20" id="Z9f-tb-ejn"/>
  908. <constraint firstItem="663-n7-Jwn" firstAttribute="top" secondItem="nIg-ez-N2J" secondAttribute="top" id="add-lE-oaz"/>
  909. <constraint firstItem="Sqf-Nt-Prc" firstAttribute="centerX" secondItem="nIg-ez-N2J" secondAttribute="centerX" id="ccQ-Bg-VP2"/>
  910. <constraint firstItem="rYw-pJ-uyq" firstAttribute="centerX" secondItem="nIg-ez-N2J" secondAttribute="centerX" id="fep-5d-H6q"/>
  911. <constraint firstAttribute="bottom" secondItem="rYw-pJ-uyq" secondAttribute="bottom" id="uMf-AM-09X"/>
  912. </constraints>
  913. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  914. <userDefinedRuntimeAttributes>
  915. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  916. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  917. </userDefinedRuntimeAttribute>
  918. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  919. <real key="value" value="1"/>
  920. </userDefinedRuntimeAttribute>
  921. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  922. <real key="value" value="8"/>
  923. </userDefinedRuntimeAttribute>
  924. </userDefinedRuntimeAttributes>
  925. </view>
  926. </subviews>
  927. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  928. <constraints>
  929. <constraint firstItem="nIg-ez-N2J" firstAttribute="height" secondItem="rRo-dr-1GN" secondAttribute="height" constant="-20" id="2cx-Wp-1D3"/>
  930. <constraint firstItem="nIg-ez-N2J" firstAttribute="centerY" secondItem="rRo-dr-1GN" secondAttribute="centerY" id="Aow-J2-EtX"/>
  931. <constraint firstItem="nIg-ez-N2J" firstAttribute="centerX" secondItem="rRo-dr-1GN" secondAttribute="centerX" id="DSh-bL-FaZ"/>
  932. <constraint firstItem="nIg-ez-N2J" firstAttribute="width" secondItem="rRo-dr-1GN" secondAttribute="width" constant="-20" id="civ-Ll-a7e"/>
  933. </constraints>
  934. <userDefinedRuntimeAttributes>
  935. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  936. <color key="value" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  937. </userDefinedRuntimeAttribute>
  938. </userDefinedRuntimeAttributes>
  939. </view>
  940. </subviews>
  941. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  942. <constraints>
  943. <constraint firstItem="P0f-Qc-GSS" firstAttribute="width" secondItem="8YN-gM-ymv" secondAttribute="width" id="15Q-4t-71E"/>
  944. <constraint firstItem="rRo-dr-1GN" firstAttribute="top" secondItem="P0f-Qc-GSS" secondAttribute="bottom" id="40K-Ts-eE7"/>
  945. <constraint firstItem="rRo-dr-1GN" firstAttribute="width" secondItem="8YN-gM-ymv" secondAttribute="width" id="Jhr-rW-slc"/>
  946. <constraint firstItem="P0f-Qc-GSS" firstAttribute="top" secondItem="dOJ-i5-gIk" secondAttribute="bottom" id="WaW-Zq-Uf9"/>
  947. <constraint firstItem="P0f-Qc-GSS" firstAttribute="centerX" secondItem="8YN-gM-ymv" secondAttribute="centerX" id="gQv-36-Fxt"/>
  948. <constraint firstAttribute="bottom" secondItem="rRo-dr-1GN" secondAttribute="bottom" id="gzY-Cd-jBQ"/>
  949. <constraint firstItem="rRo-dr-1GN" firstAttribute="centerX" secondItem="8YN-gM-ymv" secondAttribute="centerX" id="yze-m6-yFy"/>
  950. </constraints>
  951. <userDefinedRuntimeAttributes>
  952. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  953. <real key="value" value="0.0"/>
  954. </userDefinedRuntimeAttribute>
  955. </userDefinedRuntimeAttributes>
  956. </view>
  957. <connections>
  958. <outlet property="btNext" destination="gEL-Ik-UfU" id="yfe-ny-2eZ"/>
  959. <outlet property="btPrev" destination="ean-uL-e8X" id="8ah-gF-AV8"/>
  960. <outlet property="btToolbarButton" destination="cV9-gT-2OC" id="NLD-kG-O3O"/>
  961. <outlet property="lbDayMonth" destination="g7M-sJ-teh" id="Wwr-mS-Y3D"/>
  962. <outlet property="lbDayName" destination="TH3-vv-4wy" id="hbO-Yb-NUo"/>
  963. <outlet property="lbDayNumber" destination="EUB-BM-L7c" id="UjL-xN-CcE"/>
  964. <outlet property="lbToolbarTitle" destination="RJE-Hu-oDM" id="nCW-fh-Pst"/>
  965. <outlet property="lbWindowTitle" destination="663-n7-Jwn" id="0p7-02-Veb"/>
  966. <outlet property="svScheduleList" destination="bHp-Km-KNL" id="aSi-lC-w6H"/>
  967. <segue destination="Uh5-wZ-ogP" kind="modal" identifier="SegueEvent" modalPresentationStyle="currentContext" modalTransitionStyle="coverVertical" id="0Qp-db-Qb0"/>
  968. </connections>
  969. </viewController>
  970. <placeholder placeholderIdentifier="IBFirstResponder" id="rq0-MV-vyl" userLabel="First Responder" sceneMemberID="firstResponder"/>
  971. </objects>
  972. <point key="canvasLocation" x="-2839" y="1801"/>
  973. </scene>
  974. <!--Sync-->
  975. <scene sceneID="cqg-BI-2xm">
  976. <objects>
  977. <viewController title="Sync" id="3o1-ab-AT4" customClass="SyncController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  978. <layoutGuides>
  979. <viewControllerLayoutGuide type="top" id="RYy-ax-Nya"/>
  980. <viewControllerLayoutGuide type="bottom" id="rXD-89-8EQ"/>
  981. </layoutGuides>
  982. <view key="view" contentMode="scaleToFill" id="aKm-vb-AZR">
  983. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  984. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  985. <subviews>
  986. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Logo" translatesAutoresizingMaskIntoConstraints="NO" id="dxh-Z0-luU">
  987. <rect key="frame" x="56.5" y="202.5" width="262.5" height="262.5"/>
  988. <constraints>
  989. <constraint firstAttribute="width" secondItem="dxh-Z0-luU" secondAttribute="height" multiplier="1:1" id="Bdr-NA-IH6"/>
  990. </constraints>
  991. </imageView>
  992. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sincronizando..." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="up0-1V-tTd">
  993. <rect key="frame" x="0.0" y="475" width="375" height="30"/>
  994. <constraints>
  995. <constraint firstAttribute="height" constant="30" id="mIj-oN-tq7"/>
  996. </constraints>
  997. <fontDescription key="fontDescription" type="system" pointSize="26"/>
  998. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  999. <nil key="highlightedColor"/>
  1000. </label>
  1001. <progressView hidden="YES" opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" progress="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="VkR-DT-y3S">
  1002. <rect key="frame" x="56.5" y="515" width="262.5" height="2"/>
  1003. <color key="progressTintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1004. <color key="trackTintColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  1005. </progressView>
  1006. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Message" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pgU-dx-MvQ">
  1007. <rect key="frame" x="56.5" y="525" width="262.5" height="60"/>
  1008. <constraints>
  1009. <constraint firstAttribute="height" constant="60" id="QWb-tU-jUd"/>
  1010. </constraints>
  1011. <fontDescription key="fontDescription" type="italicSystem" pointSize="15"/>
  1012. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1013. <nil key="highlightedColor"/>
  1014. </label>
  1015. </subviews>
  1016. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1017. <constraints>
  1018. <constraint firstItem="VkR-DT-y3S" firstAttribute="top" secondItem="up0-1V-tTd" secondAttribute="bottom" constant="10" id="2jT-Qj-SnX"/>
  1019. <constraint firstItem="VkR-DT-y3S" firstAttribute="width" secondItem="dxh-Z0-luU" secondAttribute="width" id="5pk-5G-ix0"/>
  1020. <constraint firstItem="up0-1V-tTd" firstAttribute="centerX" secondItem="dxh-Z0-luU" secondAttribute="centerX" id="C1h-cG-8Sx"/>
  1021. <constraint firstItem="pgU-dx-MvQ" firstAttribute="centerX" secondItem="VkR-DT-y3S" secondAttribute="centerX" id="QB4-zO-roz"/>
  1022. <constraint firstItem="dxh-Z0-luU" firstAttribute="width" secondItem="aKm-vb-AZR" secondAttribute="width" multiplier="0.7" id="UXD-fj-qLn"/>
  1023. <constraint firstItem="dxh-Z0-luU" firstAttribute="centerY" secondItem="aKm-vb-AZR" secondAttribute="centerY" id="aC5-zC-5I4"/>
  1024. <constraint firstItem="up0-1V-tTd" firstAttribute="width" secondItem="aKm-vb-AZR" secondAttribute="width" id="c7R-MO-YhC"/>
  1025. <constraint firstItem="pgU-dx-MvQ" firstAttribute="width" secondItem="VkR-DT-y3S" secondAttribute="width" id="dUS-Vx-M16"/>
  1026. <constraint firstItem="VkR-DT-y3S" firstAttribute="centerX" secondItem="dxh-Z0-luU" secondAttribute="centerX" id="dfj-BN-WnD"/>
  1027. <constraint firstItem="dxh-Z0-luU" firstAttribute="centerX" secondItem="aKm-vb-AZR" secondAttribute="centerX" id="uFb-fC-wRh"/>
  1028. <constraint firstItem="up0-1V-tTd" firstAttribute="top" secondItem="dxh-Z0-luU" secondAttribute="bottom" constant="10" id="wY9-12-hcE"/>
  1029. <constraint firstItem="pgU-dx-MvQ" firstAttribute="top" secondItem="VkR-DT-y3S" secondAttribute="bottom" constant="8" id="wts-Yk-LsB"/>
  1030. </constraints>
  1031. </view>
  1032. <connections>
  1033. <outlet property="lb" destination="pgU-dx-MvQ" id="ATL-SS-rxd"/>
  1034. <outlet property="lbTitle" destination="up0-1V-tTd" id="l37-DZ-jpR"/>
  1035. <outlet property="pb" destination="VkR-DT-y3S" id="NMd-7R-Rlc"/>
  1036. <segue destination="BYZ-38-t0r" kind="showDetail" identifier="SegueInit" action="showViewController:sender:" id="kSh-cP-och"/>
  1037. </connections>
  1038. </viewController>
  1039. <placeholder placeholderIdentifier="IBFirstResponder" id="fRm-1Y-Xmm" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1040. </objects>
  1041. </scene>
  1042. <!--Past Activity View Controller-->
  1043. <scene sceneID="0of-i7-sd6">
  1044. <objects>
  1045. <viewController id="jfx-Q2-RtY" customClass="PastActivityViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  1046. <layoutGuides>
  1047. <viewControllerLayoutGuide type="top" id="u2P-so-lU7"/>
  1048. <viewControllerLayoutGuide type="bottom" id="Lav-1c-S51"/>
  1049. </layoutGuides>
  1050. <view key="view" contentMode="scaleToFill" id="SdM-pu-zm3">
  1051. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  1052. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1053. <subviews>
  1054. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BxO-VS-eP5" userLabel="Toolbar">
  1055. <rect key="frame" x="0.0" y="20" width="375" height="30"/>
  1056. <subviews>
  1057. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Loj-Ff-gNj">
  1058. <rect key="frame" x="0.0" y="0.0" width="56.5" height="30"/>
  1059. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  1060. <state key="normal" title="&lt;">
  1061. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1062. </state>
  1063. </button>
  1064. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gasteizko Margolariak" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xf1-tl-98b">
  1065. <rect key="frame" x="56.5" y="0.0" width="262.5" height="30"/>
  1066. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  1067. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1068. <nil key="highlightedColor"/>
  1069. </label>
  1070. </subviews>
  1071. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1072. <constraints>
  1073. <constraint firstItem="xf1-tl-98b" firstAttribute="height" secondItem="BxO-VS-eP5" secondAttribute="height" id="A9Y-Fw-3wT"/>
  1074. <constraint firstItem="Loj-Ff-gNj" firstAttribute="width" secondItem="BxO-VS-eP5" secondAttribute="width" multiplier="0.15" id="JAK-Wn-RB0"/>
  1075. <constraint firstItem="Loj-Ff-gNj" firstAttribute="leading" secondItem="BxO-VS-eP5" secondAttribute="leading" id="KWZ-5M-JBT"/>
  1076. <constraint firstItem="Loj-Ff-gNj" firstAttribute="height" secondItem="BxO-VS-eP5" secondAttribute="height" id="PRz-QI-LGC"/>
  1077. <constraint firstItem="xf1-tl-98b" firstAttribute="width" secondItem="BxO-VS-eP5" secondAttribute="width" multiplier="0.7" id="cAg-nR-WRl"/>
  1078. <constraint firstItem="xf1-tl-98b" firstAttribute="centerY" secondItem="BxO-VS-eP5" secondAttribute="centerY" id="cCD-R8-57d"/>
  1079. <constraint firstItem="xf1-tl-98b" firstAttribute="centerX" secondItem="BxO-VS-eP5" secondAttribute="centerX" id="ltM-gK-avh"/>
  1080. <constraint firstItem="Loj-Ff-gNj" firstAttribute="centerY" secondItem="BxO-VS-eP5" secondAttribute="centerY" id="rUy-8N-1cq"/>
  1081. </constraints>
  1082. </view>
  1083. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JgN-DW-xUZ">
  1084. <rect key="frame" x="0.0" y="50" width="375" height="617"/>
  1085. <subviews>
  1086. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3SZ-u2-ZIb">
  1087. <rect key="frame" x="0.0" y="0.0" width="375" height="617"/>
  1088. <subviews>
  1089. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xi6-iq-IpA" userLabel="Section">
  1090. <rect key="frame" x="10" y="10" width="355" height="995"/>
  1091. <subviews>
  1092. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" restorationIdentifier="Title" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cWR-TU-0Za" userLabel="Title">
  1093. <rect key="frame" x="0.0" y="0.0" width="355" height="30"/>
  1094. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1095. <constraints>
  1096. <constraint firstAttribute="height" constant="30" id="s4L-e0-U96"/>
  1097. </constraints>
  1098. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  1099. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1100. <nil key="highlightedColor"/>
  1101. </label>
  1102. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="riK-xb-Vls" userLabel="Content">
  1103. <rect key="frame" x="0.0" y="30" width="355" height="965"/>
  1104. <subviews>
  1105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Omg-cP-uvF" userLabel="Activity">
  1106. <rect key="frame" x="8" y="8" width="339" height="949"/>
  1107. <subviews>
  1108. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="PhotoPlaceholder" translatesAutoresizingMaskIntoConstraints="NO" id="8Jn-h7-TSJ" userLabel="Image">
  1109. <rect key="frame" x="0.0" y="10" width="339" height="71"/>
  1110. <constraints>
  1111. <constraint firstAttribute="height" constant="71" id="lZg-2O-4LP"/>
  1112. </constraints>
  1113. </imageView>
  1114. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Text" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Usd-Rm-Tq2" userLabel="Text">
  1115. <rect key="frame" x="17" y="91" width="305.5" height="826"/>
  1116. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  1117. <nil key="textColor"/>
  1118. <nil key="highlightedColor"/>
  1119. </label>
  1120. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LmH-0o-Hku" userLabel="Separator">
  1121. <rect key="frame" x="17" y="917" width="305.5" height="2"/>
  1122. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1123. <constraints>
  1124. <constraint firstAttribute="height" constant="2" id="X7n-cL-6Hk"/>
  1125. </constraints>
  1126. </view>
  1127. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="254" text="Date" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dvg-B2-xmI" userLabel="Date">
  1128. <rect key="frame" x="17" y="929" width="305.5" height="20"/>
  1129. <constraints>
  1130. <constraint firstAttribute="height" constant="20" id="8LF-YM-5Cn"/>
  1131. </constraints>
  1132. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  1133. <color key="textColor" red="0.1529411765" green="0.33333333329999998" blue="0.45098039220000002" alpha="1" colorSpace="calibratedRGB"/>
  1134. <nil key="highlightedColor"/>
  1135. </label>
  1136. </subviews>
  1137. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1138. <constraints>
  1139. <constraint firstItem="Usd-Rm-Tq2" firstAttribute="top" secondItem="8Jn-h7-TSJ" secondAttribute="bottom" constant="10" id="1oO-Iq-tff"/>
  1140. <constraint firstItem="LmH-0o-Hku" firstAttribute="top" secondItem="Usd-Rm-Tq2" secondAttribute="bottom" id="7Du-au-fft"/>
  1141. <constraint firstItem="8Jn-h7-TSJ" firstAttribute="centerX" secondItem="Omg-cP-uvF" secondAttribute="centerX" id="H9k-8U-X4o"/>
  1142. <constraint firstItem="dvg-B2-xmI" firstAttribute="width" secondItem="Omg-cP-uvF" secondAttribute="width" multiplier="0.9" id="LcU-3f-pz6"/>
  1143. <constraint firstItem="Usd-Rm-Tq2" firstAttribute="width" secondItem="Omg-cP-uvF" secondAttribute="width" multiplier="0.9" id="MQd-UV-3Ee"/>
  1144. <constraint firstItem="dvg-B2-xmI" firstAttribute="top" secondItem="LmH-0o-Hku" secondAttribute="bottom" constant="10" id="QrH-eq-mXV"/>
  1145. <constraint firstItem="Usd-Rm-Tq2" firstAttribute="centerX" secondItem="Omg-cP-uvF" secondAttribute="centerX" id="SHM-nk-s9u"/>
  1146. <constraint firstItem="dvg-B2-xmI" firstAttribute="centerX" secondItem="Omg-cP-uvF" secondAttribute="centerX" id="XBR-sR-Yqg"/>
  1147. <constraint firstItem="LmH-0o-Hku" firstAttribute="centerX" secondItem="Omg-cP-uvF" secondAttribute="centerX" id="a8v-br-EaA"/>
  1148. <constraint firstItem="8Jn-h7-TSJ" firstAttribute="width" secondItem="Omg-cP-uvF" secondAttribute="width" id="gm5-CU-FKw"/>
  1149. <constraint firstItem="8Jn-h7-TSJ" firstAttribute="top" secondItem="Omg-cP-uvF" secondAttribute="top" constant="10" id="js6-Fg-pg1"/>
  1150. <constraint firstAttribute="bottom" secondItem="dvg-B2-xmI" secondAttribute="bottom" id="lta-H9-CYI"/>
  1151. <constraint firstItem="LmH-0o-Hku" firstAttribute="width" secondItem="Omg-cP-uvF" secondAttribute="width" multiplier="0.9" id="xmH-tU-ZFp"/>
  1152. </constraints>
  1153. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  1154. <userDefinedRuntimeAttributes>
  1155. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1156. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1157. </userDefinedRuntimeAttribute>
  1158. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1159. <real key="value" value="1"/>
  1160. </userDefinedRuntimeAttribute>
  1161. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1162. <real key="value" value="3"/>
  1163. </userDefinedRuntimeAttribute>
  1164. </userDefinedRuntimeAttributes>
  1165. </view>
  1166. </subviews>
  1167. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  1168. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  1169. </stackView>
  1170. </subviews>
  1171. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  1172. <constraints>
  1173. <constraint firstAttribute="bottom" secondItem="riK-xb-Vls" secondAttribute="bottom" id="Cx5-Kf-8OE"/>
  1174. <constraint firstItem="cWR-TU-0Za" firstAttribute="width" secondItem="xi6-iq-IpA" secondAttribute="width" id="FVH-in-wHT"/>
  1175. <constraint firstItem="riK-xb-Vls" firstAttribute="top" secondItem="cWR-TU-0Za" secondAttribute="bottom" id="Hn5-9l-iCk"/>
  1176. <constraint firstItem="riK-xb-Vls" firstAttribute="centerX" secondItem="xi6-iq-IpA" secondAttribute="centerX" id="KR9-e1-CPc"/>
  1177. <constraint firstItem="cWR-TU-0Za" firstAttribute="centerX" secondItem="xi6-iq-IpA" secondAttribute="centerX" id="eMS-XG-Mee"/>
  1178. <constraint firstItem="riK-xb-Vls" firstAttribute="width" secondItem="xi6-iq-IpA" secondAttribute="width" id="g6A-Nh-o8X"/>
  1179. <constraint firstItem="cWR-TU-0Za" firstAttribute="top" secondItem="xi6-iq-IpA" secondAttribute="top" id="yuP-2e-AdF"/>
  1180. </constraints>
  1181. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  1182. <userDefinedRuntimeAttributes>
  1183. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1184. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1185. </userDefinedRuntimeAttribute>
  1186. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1187. <real key="value" value="1"/>
  1188. </userDefinedRuntimeAttribute>
  1189. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1190. <real key="value" value="8"/>
  1191. </userDefinedRuntimeAttribute>
  1192. </userDefinedRuntimeAttributes>
  1193. </view>
  1194. </subviews>
  1195. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1196. <constraints>
  1197. <constraint firstItem="xi6-iq-IpA" firstAttribute="top" secondItem="3SZ-u2-ZIb" secondAttribute="top" constant="10" id="DOt-pc-3eb"/>
  1198. <constraint firstItem="xi6-iq-IpA" firstAttribute="centerX" secondItem="3SZ-u2-ZIb" secondAttribute="centerX" id="IFM-jn-576"/>
  1199. <constraint firstItem="xi6-iq-IpA" firstAttribute="trailing" secondItem="3SZ-u2-ZIb" secondAttribute="trailing" constant="10" id="SAk-SF-xVS"/>
  1200. <constraint firstAttribute="bottom" secondItem="xi6-iq-IpA" secondAttribute="bottom" constant="10" id="Xdk-K7-KDJ"/>
  1201. <constraint firstItem="xi6-iq-IpA" firstAttribute="leading" secondItem="3SZ-u2-ZIb" secondAttribute="leading" constant="10" id="wud-Ff-5hQ"/>
  1202. </constraints>
  1203. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  1204. <userDefinedRuntimeAttributes>
  1205. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1206. <real key="value" value="0.0"/>
  1207. </userDefinedRuntimeAttribute>
  1208. </userDefinedRuntimeAttributes>
  1209. </scrollView>
  1210. </subviews>
  1211. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1212. <constraints>
  1213. <constraint firstItem="3SZ-u2-ZIb" firstAttribute="width" secondItem="JgN-DW-xUZ" secondAttribute="width" id="31P-4U-Pt1"/>
  1214. <constraint firstAttribute="bottom" secondItem="3SZ-u2-ZIb" secondAttribute="bottom" id="Eou-gG-0WN"/>
  1215. <constraint firstItem="3SZ-u2-ZIb" firstAttribute="centerX" secondItem="JgN-DW-xUZ" secondAttribute="centerX" id="JzA-TZ-T6w"/>
  1216. <constraint firstItem="3SZ-u2-ZIb" firstAttribute="top" secondItem="JgN-DW-xUZ" secondAttribute="top" id="T5M-NN-rUZ"/>
  1217. </constraints>
  1218. <userDefinedRuntimeAttributes>
  1219. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1220. <color key="value" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1221. </userDefinedRuntimeAttribute>
  1222. </userDefinedRuntimeAttributes>
  1223. </view>
  1224. </subviews>
  1225. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1226. <constraints>
  1227. <constraint firstItem="BxO-VS-eP5" firstAttribute="centerX" secondItem="SdM-pu-zm3" secondAttribute="centerX" id="0eo-Jq-yKG"/>
  1228. <constraint firstItem="JgN-DW-xUZ" firstAttribute="centerX" secondItem="SdM-pu-zm3" secondAttribute="centerX" id="XMm-11-4Bs"/>
  1229. <constraint firstItem="Lav-1c-S51" firstAttribute="top" secondItem="JgN-DW-xUZ" secondAttribute="bottom" id="ai7-fu-CPH"/>
  1230. <constraint firstItem="BxO-VS-eP5" firstAttribute="width" secondItem="SdM-pu-zm3" secondAttribute="width" id="d1M-W0-fTO"/>
  1231. <constraint firstItem="JgN-DW-xUZ" firstAttribute="width" secondItem="SdM-pu-zm3" secondAttribute="width" id="jJF-ok-Gxw"/>
  1232. <constraint firstItem="JgN-DW-xUZ" firstAttribute="top" secondItem="BxO-VS-eP5" secondAttribute="bottom" id="pqm-X9-1Pa"/>
  1233. <constraint firstItem="BxO-VS-eP5" firstAttribute="top" secondItem="u2P-so-lU7" secondAttribute="bottom" id="qdC-D0-ERu"/>
  1234. </constraints>
  1235. </view>
  1236. <connections>
  1237. <outlet property="activityDate" destination="dvg-B2-xmI" id="hyQ-Wm-9J7"/>
  1238. <outlet property="activityImage" destination="8Jn-h7-TSJ" id="OtM-Zu-0Qf"/>
  1239. <outlet property="activityText" destination="Usd-Rm-Tq2" id="ySl-QS-kOh"/>
  1240. <outlet property="activityTitle" destination="cWR-TU-0Za" id="oRe-G1-MMU"/>
  1241. <outlet property="barButton" destination="Loj-Ff-gNj" id="0tW-a0-rNG"/>
  1242. <outlet property="barTitle" destination="xf1-tl-98b" id="dO8-P5-V8C"/>
  1243. </connections>
  1244. </viewController>
  1245. <placeholder placeholderIdentifier="IBFirstResponder" id="YKC-ZH-aSz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1246. </objects>
  1247. </scene>
  1248. <!--Future Activity View Controller-->
  1249. <scene sceneID="thm-MM-5qk">
  1250. <objects>
  1251. <viewController id="DDO-dI-c0J" customClass="FutureActivityViewController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  1252. <layoutGuides>
  1253. <viewControllerLayoutGuide type="top" id="yac-Xq-lM3"/>
  1254. <viewControllerLayoutGuide type="bottom" id="94e-TO-KhL"/>
  1255. </layoutGuides>
  1256. <view key="view" contentMode="scaleToFill" id="Tll-v9-w0T">
  1257. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  1258. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  1259. <subviews>
  1260. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wso-as-8H4" userLabel="Toolbar">
  1261. <rect key="frame" x="0.0" y="20" width="375" height="30"/>
  1262. <subviews>
  1263. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FiC-sd-IGL">
  1264. <rect key="frame" x="0.0" y="0.0" width="56.5" height="30"/>
  1265. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  1266. <state key="normal" title="&lt;">
  1267. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1268. </state>
  1269. </button>
  1270. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Gasteizko Margolariak" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v7W-BZ-qle">
  1271. <rect key="frame" x="56.5" y="0.0" width="262.5" height="30"/>
  1272. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  1273. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1274. <nil key="highlightedColor"/>
  1275. </label>
  1276. </subviews>
  1277. <color key="backgroundColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1278. <constraints>
  1279. <constraint firstItem="FiC-sd-IGL" firstAttribute="centerY" secondItem="Wso-as-8H4" secondAttribute="centerY" id="Bwe-wN-Ciz"/>
  1280. <constraint firstItem="v7W-BZ-qle" firstAttribute="height" secondItem="Wso-as-8H4" secondAttribute="height" id="De6-CZ-soc"/>
  1281. <constraint firstItem="v7W-BZ-qle" firstAttribute="width" secondItem="Wso-as-8H4" secondAttribute="width" multiplier="0.7" id="HFz-HT-150"/>
  1282. <constraint firstItem="v7W-BZ-qle" firstAttribute="centerX" secondItem="Wso-as-8H4" secondAttribute="centerX" id="SH6-iN-gma"/>
  1283. <constraint firstItem="FiC-sd-IGL" firstAttribute="height" secondItem="Wso-as-8H4" secondAttribute="height" id="aAa-nP-JRw"/>
  1284. <constraint firstItem="FiC-sd-IGL" firstAttribute="width" secondItem="Wso-as-8H4" secondAttribute="width" multiplier="0.15" id="fvu-CA-aIr"/>
  1285. <constraint firstItem="FiC-sd-IGL" firstAttribute="leading" secondItem="Wso-as-8H4" secondAttribute="leading" id="pXi-AQ-w7N"/>
  1286. <constraint firstItem="v7W-BZ-qle" firstAttribute="centerY" secondItem="Wso-as-8H4" secondAttribute="centerY" id="rhp-eA-2va"/>
  1287. </constraints>
  1288. </view>
  1289. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sqd-hf-hGI" userLabel="Cont">
  1290. <rect key="frame" x="0.0" y="50" width="375" height="617"/>
  1291. <subviews>
  1292. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" bounces="NO" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gqf-Sj-1VO">
  1293. <rect key="frame" x="0.0" y="0.0" width="375" height="617"/>
  1294. <subviews>
  1295. <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kyg-VN-Jc1" userLabel="Section">
  1296. <rect key="frame" x="10" y="10" width="355" height="1954"/>
  1297. <subviews>
  1298. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" restorationIdentifier="Title" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pz6-97-sPy" userLabel="Title">
  1299. <rect key="frame" x="0.0" y="0.0" width="355" height="30"/>
  1300. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1301. <constraints>
  1302. <constraint firstAttribute="height" constant="30" id="den-z0-VST"/>
  1303. </constraints>
  1304. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  1305. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1306. <nil key="highlightedColor"/>
  1307. </label>
  1308. <stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" axis="vertical" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="2yK-fO-giD" userLabel="Content">
  1309. <rect key="frame" x="0.0" y="30" width="355" height="1175"/>
  1310. <subviews>
  1311. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Qj9-S3-bY4" userLabel="Activity">
  1312. <rect key="frame" x="8" y="8" width="339" height="200"/>
  1313. <subviews>
  1314. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="254" text="Date" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6gj-f6-Ggb" userLabel="Date">
  1315. <rect key="frame" x="10" y="10" width="319" height="20"/>
  1316. <constraints>
  1317. <constraint firstAttribute="height" constant="20" id="9ED-Vw-Zue"/>
  1318. </constraints>
  1319. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  1320. <color key="textColor" red="0.1529411765" green="0.33333333329999998" blue="0.45098039220000002" alpha="1" colorSpace="calibratedRGB"/>
  1321. <nil key="highlightedColor"/>
  1322. </label>
  1323. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="PhotoPlaceholder" translatesAutoresizingMaskIntoConstraints="NO" id="Ztx-jl-MsD" userLabel="Image">
  1324. <rect key="frame" x="0.0" y="40" width="339" height="71"/>
  1325. <constraints>
  1326. <constraint firstAttribute="height" constant="71" id="s96-BJ-tG9"/>
  1327. </constraints>
  1328. </imageView>
  1329. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Text" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s4H-vW-9W1" userLabel="Text">
  1330. <rect key="frame" x="17" y="121" width="305.5" height="39"/>
  1331. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  1332. <nil key="textColor"/>
  1333. <nil key="highlightedColor"/>
  1334. </label>
  1335. <label opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="254" text="Precio: 0E" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2JU-8j-g42" userLabel="Price">
  1336. <rect key="frame" x="10" y="170" width="319" height="20"/>
  1337. <constraints>
  1338. <constraint firstAttribute="height" constant="20" id="RZA-yo-WR6"/>
  1339. </constraints>
  1340. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  1341. <color key="textColor" red="0.1529411765" green="0.33333333329999998" blue="0.45098039220000002" alpha="1" colorSpace="calibratedRGB"/>
  1342. <nil key="highlightedColor"/>
  1343. </label>
  1344. </subviews>
  1345. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1346. <constraints>
  1347. <constraint firstItem="s4H-vW-9W1" firstAttribute="width" secondItem="Qj9-S3-bY4" secondAttribute="width" multiplier="0.9" id="4WU-oP-oyH"/>
  1348. <constraint firstItem="Ztx-jl-MsD" firstAttribute="centerX" secondItem="Qj9-S3-bY4" secondAttribute="centerX" id="GVu-8M-yPh"/>
  1349. <constraint firstItem="6gj-f6-Ggb" firstAttribute="top" secondItem="Qj9-S3-bY4" secondAttribute="top" constant="10" id="Icg-y4-cOc"/>
  1350. <constraint firstItem="2JU-8j-g42" firstAttribute="top" secondItem="s4H-vW-9W1" secondAttribute="bottom" constant="10" id="SjA-hc-Hei"/>
  1351. <constraint firstAttribute="bottom" secondItem="2JU-8j-g42" secondAttribute="bottom" constant="10" id="Vlo-eb-rs8"/>
  1352. <constraint firstItem="s4H-vW-9W1" firstAttribute="centerX" secondItem="Qj9-S3-bY4" secondAttribute="centerX" id="Vqv-6j-le8"/>
  1353. <constraint firstItem="2JU-8j-g42" firstAttribute="width" secondItem="Qj9-S3-bY4" secondAttribute="width" constant="-20" id="ZOe-dR-B4s"/>
  1354. <constraint firstItem="s4H-vW-9W1" firstAttribute="top" secondItem="Ztx-jl-MsD" secondAttribute="bottom" constant="10" id="be6-mK-3Ki"/>
  1355. <constraint firstItem="2JU-8j-g42" firstAttribute="centerX" secondItem="Qj9-S3-bY4" secondAttribute="centerX" id="gdn-GS-gAm"/>
  1356. <constraint firstItem="Ztx-jl-MsD" firstAttribute="top" secondItem="6gj-f6-Ggb" secondAttribute="bottom" constant="10" id="ihO-Xt-zic"/>
  1357. <constraint firstItem="6gj-f6-Ggb" firstAttribute="width" secondItem="Qj9-S3-bY4" secondAttribute="width" constant="-20" id="jmb-0t-Hfc"/>
  1358. <constraint firstItem="6gj-f6-Ggb" firstAttribute="centerX" secondItem="Qj9-S3-bY4" secondAttribute="centerX" id="me4-rt-RAG"/>
  1359. <constraint firstItem="Ztx-jl-MsD" firstAttribute="width" secondItem="Qj9-S3-bY4" secondAttribute="width" id="tZQ-7w-fhB"/>
  1360. </constraints>
  1361. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  1362. <userDefinedRuntimeAttributes>
  1363. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1364. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1365. </userDefinedRuntimeAttribute>
  1366. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1367. <real key="value" value="1"/>
  1368. </userDefinedRuntimeAttribute>
  1369. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1370. <real key="value" value="3"/>
  1371. </userDefinedRuntimeAttribute>
  1372. </userDefinedRuntimeAttributes>
  1373. </view>
  1374. <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="HZX-gN-1YI" userLabel="Itinerary">
  1375. <rect key="frame" x="8" y="218" width="339" height="949"/>
  1376. <subviews>
  1377. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Itinerario" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cjj-sd-Gou" userLabel="Title">
  1378. <rect key="frame" x="10" y="10" width="319" height="21.5"/>
  1379. <constraints>
  1380. <constraint firstAttribute="height" constant="21.5" id="2zz-qZ-PEW"/>
  1381. </constraints>
  1382. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  1383. <color key="textColor" red="0.1529411765" green="0.33333333329999998" blue="0.45098039220000002" alpha="1" colorSpace="calibratedRGB"/>
  1384. <nil key="highlightedColor"/>
  1385. </label>
  1386. <stackView opaque="NO" contentMode="scaleToFill" ambiguous="YES" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="3lO-kN-Y0S">
  1387. <rect key="frame" x="9.5" y="374" width="319" height="200"/>
  1388. </stackView>
  1389. </subviews>
  1390. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1391. <constraints>
  1392. <constraint firstItem="3lO-kN-Y0S" firstAttribute="width" secondItem="HZX-gN-1YI" secondAttribute="width" constant="-20" id="Hz4-jl-pQ1"/>
  1393. <constraint firstItem="3lO-kN-Y0S" firstAttribute="top" secondItem="cjj-sd-Gou" secondAttribute="bottom" constant="10" id="Okn-6j-Z72"/>
  1394. <constraint firstItem="cjj-sd-Gou" firstAttribute="width" secondItem="HZX-gN-1YI" secondAttribute="width" constant="-20" id="Vpb-9J-POY"/>
  1395. <constraint firstAttribute="bottom" secondItem="3lO-kN-Y0S" secondAttribute="bottom" constant="10" id="hpN-tm-PLc"/>
  1396. <constraint firstItem="cjj-sd-Gou" firstAttribute="centerX" secondItem="HZX-gN-1YI" secondAttribute="centerX" id="qlD-cC-2hf"/>
  1397. <constraint firstItem="cjj-sd-Gou" firstAttribute="top" secondItem="HZX-gN-1YI" secondAttribute="top" constant="10" id="sUG-Wx-Qba"/>
  1398. <constraint firstItem="3lO-kN-Y0S" firstAttribute="centerX" secondItem="HZX-gN-1YI" secondAttribute="centerX" id="tpQ-ml-ORh"/>
  1399. </constraints>
  1400. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  1401. <userDefinedRuntimeAttributes>
  1402. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1403. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1404. </userDefinedRuntimeAttribute>
  1405. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1406. <real key="value" value="1"/>
  1407. </userDefinedRuntimeAttribute>
  1408. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1409. <real key="value" value="3"/>
  1410. </userDefinedRuntimeAttribute>
  1411. </userDefinedRuntimeAttributes>
  1412. </view>
  1413. </subviews>
  1414. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  1415. <edgeInsets key="layoutMargins" top="8" left="8" bottom="8" right="8"/>
  1416. </stackView>
  1417. </subviews>
  1418. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  1419. <constraints>
  1420. <constraint firstItem="pz6-97-sPy" firstAttribute="centerX" secondItem="kyg-VN-Jc1" secondAttribute="centerX" id="Fdn-EI-QGl"/>
  1421. <constraint firstItem="2yK-fO-giD" firstAttribute="centerX" secondItem="kyg-VN-Jc1" secondAttribute="centerX" id="kDg-sI-VYI"/>
  1422. <constraint firstAttribute="bottom" secondItem="2yK-fO-giD" secondAttribute="bottom" id="ogx-5T-Dfd"/>
  1423. <constraint firstItem="2yK-fO-giD" firstAttribute="top" secondItem="pz6-97-sPy" secondAttribute="bottom" id="qPT-dv-eVg"/>
  1424. <constraint firstItem="pz6-97-sPy" firstAttribute="width" secondItem="kyg-VN-Jc1" secondAttribute="width" id="qWi-1Z-VWQ"/>
  1425. <constraint firstItem="2yK-fO-giD" firstAttribute="width" secondItem="kyg-VN-Jc1" secondAttribute="width" id="rY6-hl-afc"/>
  1426. <constraint firstItem="pz6-97-sPy" firstAttribute="top" secondItem="kyg-VN-Jc1" secondAttribute="top" id="sw5-Qt-DUd"/>
  1427. </constraints>
  1428. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  1429. <userDefinedRuntimeAttributes>
  1430. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1431. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1432. </userDefinedRuntimeAttribute>
  1433. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1434. <real key="value" value="1"/>
  1435. </userDefinedRuntimeAttribute>
  1436. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1437. <real key="value" value="8"/>
  1438. </userDefinedRuntimeAttribute>
  1439. </userDefinedRuntimeAttributes>
  1440. </view>
  1441. </subviews>
  1442. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1443. <constraints>
  1444. <constraint firstItem="kyg-VN-Jc1" firstAttribute="trailing" secondItem="Gqf-Sj-1VO" secondAttribute="trailing" constant="10" id="4CW-W7-4ND"/>
  1445. <constraint firstItem="kyg-VN-Jc1" firstAttribute="top" secondItem="Gqf-Sj-1VO" secondAttribute="top" constant="10" id="fyr-qO-Cdl"/>
  1446. <constraint firstItem="kyg-VN-Jc1" firstAttribute="centerX" secondItem="Gqf-Sj-1VO" secondAttribute="centerX" id="hjI-3k-lKK"/>
  1447. <constraint firstItem="kyg-VN-Jc1" firstAttribute="leading" secondItem="Gqf-Sj-1VO" secondAttribute="leading" constant="10" id="hmA-Z3-r1z"/>
  1448. <constraint firstAttribute="bottom" secondItem="kyg-VN-Jc1" secondAttribute="bottom" constant="10" id="nGV-76-wZo"/>
  1449. </constraints>
  1450. <edgeInsets key="layoutMargins" top="10" left="10" bottom="10" right="10"/>
  1451. <userDefinedRuntimeAttributes>
  1452. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1453. <real key="value" value="0.0"/>
  1454. </userDefinedRuntimeAttribute>
  1455. </userDefinedRuntimeAttributes>
  1456. </scrollView>
  1457. </subviews>
  1458. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1459. <constraints>
  1460. <constraint firstItem="Gqf-Sj-1VO" firstAttribute="width" secondItem="Sqd-hf-hGI" secondAttribute="width" id="RkS-ku-LcK"/>
  1461. <constraint firstItem="Gqf-Sj-1VO" firstAttribute="centerX" secondItem="Sqd-hf-hGI" secondAttribute="centerX" id="bTt-jg-jEg"/>
  1462. <constraint firstItem="Gqf-Sj-1VO" firstAttribute="top" secondItem="Sqd-hf-hGI" secondAttribute="top" id="wgm-EO-9Fw"/>
  1463. <constraint firstAttribute="bottom" secondItem="Gqf-Sj-1VO" secondAttribute="bottom" id="zBV-o0-Ah0"/>
  1464. </constraints>
  1465. <userDefinedRuntimeAttributes>
  1466. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1467. <color key="value" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1468. </userDefinedRuntimeAttribute>
  1469. </userDefinedRuntimeAttributes>
  1470. </view>
  1471. </subviews>
  1472. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1473. <constraints>
  1474. <constraint firstItem="Sqd-hf-hGI" firstAttribute="width" secondItem="Tll-v9-w0T" secondAttribute="width" id="4Oi-mE-zRB"/>
  1475. <constraint firstItem="Sqd-hf-hGI" firstAttribute="top" secondItem="Wso-as-8H4" secondAttribute="bottom" id="5pc-Qo-6wP"/>
  1476. <constraint firstItem="Sqd-hf-hGI" firstAttribute="centerX" secondItem="Tll-v9-w0T" secondAttribute="centerX" id="D9r-lY-5aj"/>
  1477. <constraint firstItem="94e-TO-KhL" firstAttribute="top" secondItem="Sqd-hf-hGI" secondAttribute="bottom" id="F8t-mE-en5"/>
  1478. <constraint firstItem="Wso-as-8H4" firstAttribute="top" secondItem="yac-Xq-lM3" secondAttribute="bottom" id="Ip2-eX-rdk"/>
  1479. <constraint firstItem="Wso-as-8H4" firstAttribute="centerX" secondItem="Tll-v9-w0T" secondAttribute="centerX" id="Mxx-Zd-rFC"/>
  1480. <constraint firstItem="Wso-as-8H4" firstAttribute="width" secondItem="Tll-v9-w0T" secondAttribute="width" id="gSn-Ue-Gl1"/>
  1481. </constraints>
  1482. </view>
  1483. <connections>
  1484. <outlet property="activityDate" destination="6gj-f6-Ggb" id="eBH-rF-6p2"/>
  1485. <outlet property="activityImage" destination="Ztx-jl-MsD" id="kAh-WI-jsg"/>
  1486. <outlet property="activityPrice" destination="2JU-8j-g42" id="0na-jU-hcv"/>
  1487. <outlet property="activityText" destination="s4H-vW-9W1" id="edz-vu-9kL"/>
  1488. <outlet property="activityTitle" destination="pz6-97-sPy" id="QFy-g3-k0u"/>
  1489. <outlet property="barButton" destination="FiC-sd-IGL" id="cbn-gb-Nj5"/>
  1490. <outlet property="barTitle" destination="v7W-BZ-qle" id="aQB-IA-P19"/>
  1491. <outlet property="itineraryContainer" destination="HZX-gN-1YI" id="1lZ-0m-TwZ"/>
  1492. <outlet property="itineraryList" destination="3lO-kN-Y0S" id="Vf3-t6-l0Y"/>
  1493. <segue destination="Uh5-wZ-ogP" kind="popoverPresentation" identifier="SegueItinerary" popoverAnchorView="Tll-v9-w0T" id="zCO-aN-4xt">
  1494. <popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/>
  1495. </segue>
  1496. </connections>
  1497. </viewController>
  1498. <placeholder placeholderIdentifier="IBFirstResponder" id="IHt-fO-2Q0" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1499. </objects>
  1500. <point key="canvasLocation" x="1302" y="-403"/>
  1501. </scene>
  1502. <!--Event-->
  1503. <scene sceneID="CJp-1C-D1Z">
  1504. <objects>
  1505. <viewController title="Event" id="Uh5-wZ-ogP" customClass="EventController" customModule="app" customModuleProvider="target" sceneMemberID="viewController">
  1506. <layoutGuides>
  1507. <viewControllerLayoutGuide type="top" id="oTc-Dn-jSp"/>
  1508. <viewControllerLayoutGuide type="bottom" id="GQn-fc-wCY"/>
  1509. </layoutGuides>
  1510. <view key="view" contentMode="scaleAspectFill" id="Whe-r6-tkx" userLabel="Section">
  1511. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  1512. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  1513. <subviews>
  1514. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Pzh-mM-oRb">
  1515. <rect key="frame" x="14.5" y="14.5" width="345" height="637"/>
  1516. <subviews>
  1517. <textView clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" editable="NO" text="Localizacion" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="TdI-Mq-pQ8" userLabel="Title">
  1518. <rect key="frame" x="0.0" y="0.0" width="345" height="33"/>
  1519. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1520. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1521. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  1522. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  1523. </textView>
  1524. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="p9X-b1-qyz" userLabel="Entry">
  1525. <rect key="frame" x="10" y="43" width="325" height="584"/>
  1526. <subviews>
  1527. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Time" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uS1-ic-OaV" userLabel="Time">
  1528. <rect key="frame" x="10" y="10" width="305" height="22"/>
  1529. <constraints>
  1530. <constraint firstAttribute="height" constant="22" id="d1L-1Q-VmO"/>
  1531. </constraints>
  1532. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  1533. <color key="textColor" red="0.1529411765" green="0.33333333329999998" blue="0.45098039220000002" alpha="1" colorSpace="calibratedRGB"/>
  1534. <nil key="highlightedColor"/>
  1535. </label>
  1536. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Text" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hVJ-CB-Hgq">
  1537. <rect key="frame" x="9.5" y="42" width="305" height="70"/>
  1538. <constraints>
  1539. <constraint firstAttribute="height" constant="70" id="fcs-jf-hAG"/>
  1540. </constraints>
  1541. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  1542. <nil key="textColor"/>
  1543. <nil key="highlightedColor"/>
  1544. </label>
  1545. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Pinpoint" translatesAutoresizingMaskIntoConstraints="NO" id="V1S-rW-K5b">
  1546. <rect key="frame" x="20" y="142" width="30" height="50"/>
  1547. <constraints>
  1548. <constraint firstAttribute="width" constant="30" id="Vzh-tD-dAp"/>
  1549. <constraint firstAttribute="height" constant="50" id="gsL-Ww-tn3"/>
  1550. </constraints>
  1551. </imageView>
  1552. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Place asdaskldkjas askjdhasjhk asdkjh" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dae-xA-1hx" userLabel="Place">
  1553. <rect key="frame" x="70" y="122" width="235" height="40"/>
  1554. <constraints>
  1555. <constraint firstAttribute="height" constant="40" id="Gbn-tP-CDH"/>
  1556. </constraints>
  1557. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  1558. <nil key="textColor"/>
  1559. <nil key="highlightedColor"/>
  1560. </label>
  1561. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Address dsajhfjkdsfkl asfdioadsjkfdsndsf djdsj" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YgS-fT-YvY">
  1562. <rect key="frame" x="80" y="162" width="215" height="35"/>
  1563. <constraints>
  1564. <constraint firstAttribute="height" constant="35" id="N0Q-U8-hfI"/>
  1565. </constraints>
  1566. <fontDescription key="fontDescription" type="italicSystem" pointSize="14"/>
  1567. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  1568. <nil key="highlightedColor"/>
  1569. </label>
  1570. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LsE-aH-N1R" customClass="GMSMapView">
  1571. <rect key="frame" x="10" y="242" width="305" height="277"/>
  1572. <color key="backgroundColor" red="1" green="0.20334201390000001" blue="0.32001410590000001" alpha="1" colorSpace="calibratedRGB"/>
  1573. <userDefinedRuntimeAttributes>
  1574. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1575. <color key="value" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  1576. </userDefinedRuntimeAttribute>
  1577. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1578. <real key="value" value="1"/>
  1579. </userDefinedRuntimeAttribute>
  1580. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1581. <real key="value" value="3"/>
  1582. </userDefinedRuntimeAttribute>
  1583. </userDefinedRuntimeAttributes>
  1584. </view>
  1585. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mGX-dR-mu2">
  1586. <rect key="frame" x="65" y="529" width="195" height="45"/>
  1587. <color key="backgroundColor" red="0.070588235289999995" green="0.27058823529999998" blue="0.4039215686" alpha="1" colorSpace="calibratedRGB"/>
  1588. <constraints>
  1589. <constraint firstAttribute="height" constant="45" id="mty-PM-ITe"/>
  1590. </constraints>
  1591. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  1592. <state key="normal" title="Cerrar">
  1593. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1594. </state>
  1595. <userDefinedRuntimeAttributes>
  1596. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1597. <color key="value" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1598. </userDefinedRuntimeAttribute>
  1599. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1600. <real key="value" value="2"/>
  1601. </userDefinedRuntimeAttribute>
  1602. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1603. <real key="value" value="4"/>
  1604. </userDefinedRuntimeAttribute>
  1605. </userDefinedRuntimeAttributes>
  1606. </button>
  1607. </subviews>
  1608. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  1609. <constraints>
  1610. <constraint firstItem="hVJ-CB-Hgq" firstAttribute="top" secondItem="uS1-ic-OaV" secondAttribute="bottom" constant="10" id="0Xx-dX-W67"/>
  1611. <constraint firstItem="YgS-fT-YvY" firstAttribute="top" secondItem="Dae-xA-1hx" secondAttribute="bottom" id="5F1-QH-ldA"/>
  1612. <constraint firstItem="Dae-xA-1hx" firstAttribute="top" secondItem="V1S-rW-K5b" secondAttribute="top" constant="-20" id="99i-3d-OrW"/>
  1613. <constraint firstItem="V1S-rW-K5b" firstAttribute="leading" secondItem="p9X-b1-qyz" secondAttribute="leading" constant="20" id="Ehc-g1-4vU"/>
  1614. <constraint firstItem="mGX-dR-mu2" firstAttribute="centerX" secondItem="p9X-b1-qyz" secondAttribute="centerX" id="FQH-JN-a4w"/>
  1615. <constraint firstItem="uS1-ic-OaV" firstAttribute="width" secondItem="p9X-b1-qyz" secondAttribute="width" constant="-20" id="KAS-74-SkE"/>
  1616. <constraint firstItem="mGX-dR-mu2" firstAttribute="width" secondItem="p9X-b1-qyz" secondAttribute="width" multiplier="0.6" id="LNw-p9-1Ps"/>
  1617. <constraint firstItem="Dae-xA-1hx" firstAttribute="trailing" secondItem="p9X-b1-qyz" secondAttribute="trailing" constant="-20" id="Le1-3C-kRK"/>
  1618. <constraint firstItem="LsE-aH-N1R" firstAttribute="top" secondItem="V1S-rW-K5b" secondAttribute="bottom" constant="50" id="MCp-6n-v4V"/>
  1619. <constraint firstItem="hVJ-CB-Hgq" firstAttribute="width" secondItem="uS1-ic-OaV" secondAttribute="width" id="NKz-Nb-pVn"/>
  1620. <constraint firstItem="LsE-aH-N1R" firstAttribute="centerX" secondItem="p9X-b1-qyz" secondAttribute="centerX" id="QgF-Lt-FhS"/>
  1621. <constraint firstItem="YgS-fT-YvY" firstAttribute="width" secondItem="Dae-xA-1hx" secondAttribute="width" constant="-20" id="RYS-JN-ifV"/>
  1622. <constraint firstItem="LsE-aH-N1R" firstAttribute="bottom" secondItem="mGX-dR-mu2" secondAttribute="top" constant="-10" id="Sn5-V9-5D9"/>
  1623. <constraint firstItem="hVJ-CB-Hgq" firstAttribute="centerX" secondItem="uS1-ic-OaV" secondAttribute="centerX" id="Uut-4g-fU7"/>
  1624. <constraint firstAttribute="bottom" secondItem="mGX-dR-mu2" secondAttribute="bottom" constant="10" id="c1g-0m-IAv"/>
  1625. <constraint firstItem="uS1-ic-OaV" firstAttribute="top" secondItem="p9X-b1-qyz" secondAttribute="top" constant="10" id="esJ-Dq-yAN"/>
  1626. <constraint firstItem="LsE-aH-N1R" firstAttribute="width" secondItem="p9X-b1-qyz" secondAttribute="width" constant="-20" id="mHY-j9-73b"/>
  1627. <constraint firstItem="uS1-ic-OaV" firstAttribute="centerX" secondItem="p9X-b1-qyz" secondAttribute="centerX" id="mbE-Hi-ycL"/>
  1628. <constraint firstItem="Dae-xA-1hx" firstAttribute="leading" secondItem="V1S-rW-K5b" secondAttribute="trailing" constant="20" id="nSZ-b4-vsW"/>
  1629. <constraint firstItem="YgS-fT-YvY" firstAttribute="centerX" secondItem="Dae-xA-1hx" secondAttribute="centerX" id="qoJ-AG-kYy"/>
  1630. <constraint firstItem="V1S-rW-K5b" firstAttribute="top" secondItem="hVJ-CB-Hgq" secondAttribute="bottom" constant="30" id="xld-5s-PKk"/>
  1631. </constraints>
  1632. <userDefinedRuntimeAttributes>
  1633. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1634. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1635. </userDefinedRuntimeAttribute>
  1636. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1637. <integer key="value" value="1"/>
  1638. </userDefinedRuntimeAttribute>
  1639. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1640. <integer key="value" value="3"/>
  1641. </userDefinedRuntimeAttribute>
  1642. </userDefinedRuntimeAttributes>
  1643. </view>
  1644. </subviews>
  1645. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1646. <constraints>
  1647. <constraint firstAttribute="bottom" secondItem="p9X-b1-qyz" secondAttribute="bottom" constant="10" id="8Ft-cW-Vzq"/>
  1648. <constraint firstItem="p9X-b1-qyz" firstAttribute="width" secondItem="Pzh-mM-oRb" secondAttribute="width" constant="-20" id="8aS-wx-yQR"/>
  1649. <constraint firstItem="p9X-b1-qyz" firstAttribute="centerX" secondItem="Pzh-mM-oRb" secondAttribute="centerX" id="LUQ-uT-amE"/>
  1650. <constraint firstItem="TdI-Mq-pQ8" firstAttribute="width" secondItem="Pzh-mM-oRb" secondAttribute="width" id="ZZb-OS-ppR"/>
  1651. <constraint firstItem="TdI-Mq-pQ8" firstAttribute="top" secondItem="Pzh-mM-oRb" secondAttribute="top" id="Zwb-ch-MpX"/>
  1652. <constraint firstItem="TdI-Mq-pQ8" firstAttribute="centerX" secondItem="Pzh-mM-oRb" secondAttribute="centerX" id="eqQ-i9-kAX"/>
  1653. <constraint firstItem="p9X-b1-qyz" firstAttribute="top" secondItem="TdI-Mq-pQ8" secondAttribute="bottom" constant="10" id="ezI-gR-vy7"/>
  1654. </constraints>
  1655. <userDefinedRuntimeAttributes>
  1656. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1657. <real key="value" value="1"/>
  1658. </userDefinedRuntimeAttribute>
  1659. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1660. <real key="value" value="8"/>
  1661. </userDefinedRuntimeAttribute>
  1662. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  1663. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  1664. </userDefinedRuntimeAttribute>
  1665. </userDefinedRuntimeAttributes>
  1666. </view>
  1667. </subviews>
  1668. <constraints>
  1669. <constraint firstItem="Pzh-mM-oRb" firstAttribute="centerY" secondItem="Whe-r6-tkx" secondAttribute="centerY" id="JIZ-Dq-7XP"/>
  1670. <constraint firstItem="Pzh-mM-oRb" firstAttribute="height" secondItem="Whe-r6-tkx" secondAttribute="height" constant="-30" id="ZqF-ZH-E1R"/>
  1671. <constraint firstItem="Pzh-mM-oRb" firstAttribute="centerX" secondItem="Whe-r6-tkx" secondAttribute="centerX" id="cOh-nb-Sp4"/>
  1672. <constraint firstItem="Pzh-mM-oRb" firstAttribute="width" secondItem="Whe-r6-tkx" secondAttribute="width" constant="-30" id="g05-vA-bat"/>
  1673. </constraints>
  1674. <userDefinedRuntimeAttributes>
  1675. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  1676. <real key="value" value="0.0"/>
  1677. </userDefinedRuntimeAttribute>
  1678. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  1679. <real key="value" value="0.0"/>
  1680. </userDefinedRuntimeAttribute>
  1681. </userDefinedRuntimeAttributes>
  1682. </view>
  1683. <connections>
  1684. <outlet property="btClose" destination="mGX-dR-mu2" id="ldW-4y-Rkd"/>
  1685. <outlet property="eventAddress" destination="YgS-fT-YvY" id="w0Y-CG-Cc5"/>
  1686. <outlet property="eventLocation" destination="Dae-xA-1hx" id="iQo-Tg-jJ5"/>
  1687. <outlet property="eventMap" destination="LsE-aH-N1R" id="3Hq-Ig-SmJ"/>
  1688. <outlet property="eventText" destination="hVJ-CB-Hgq" id="Mx7-6n-d2u"/>
  1689. <outlet property="eventTime" destination="uS1-ic-OaV" id="CyB-ua-P1g"/>
  1690. <outlet property="eventTitle" destination="TdI-Mq-pQ8" id="Qjv-Cn-HLQ"/>
  1691. </connections>
  1692. </viewController>
  1693. <placeholder placeholderIdentifier="IBFirstResponder" id="iqH-Ju-whF" userLabel="First Responder" sceneMemberID="firstResponder"/>
  1694. </objects>
  1695. <point key="canvasLocation" x="-1570" y="277"/>
  1696. </scene>
  1697. </scenes>
  1698. <resources>
  1699. <image name="GM" width="120" height="120"/>
  1700. <image name="Logo" width="83" height="83"/>
  1701. <image name="PhotoPlaceholder" width="170" height="108"/>
  1702. <image name="Pinpoint" width="10" height="13"/>
  1703. </resources>
  1704. <inferredMetricsTieBreakers>
  1705. <segue reference="0Qp-db-Qb0"/>
  1706. </inferredMetricsTieBreakers>
  1707. </document>