OverrideSelectionViewController.storyboard 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Spl-kM-4iV">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  7. <capability name="Named colors" minToolsVersion="9.0"/>
  8. <capability name="collection view cell content view" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Override Selection View Controller-->
  13. <scene sceneID="p7E-ie-b8t">
  14. <objects>
  15. <collectionViewController id="CyX-XF-wlB" customClass="OverrideSelectionViewController" customModule="LoopKitUI" customModuleProvider="target" sceneMemberID="viewController">
  16. <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="LT8-DN-vX3">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  20. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="7ub-d1-epW">
  21. <size key="itemSize" width="329" height="88"/>
  22. <size key="headerReferenceSize" width="50" height="50"/>
  23. <size key="footerReferenceSize" width="50" height="50"/>
  24. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  25. </collectionViewFlowLayout>
  26. <cells>
  27. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="OverridePresetCollectionViewCell" id="RV3-fn-j5d" customClass="OverridePresetCollectionViewCell" customModule="LoopKitUI" customModuleProvider="target">
  28. <rect key="frame" x="23" y="50" width="329" height="88"/>
  29. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  30. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
  31. <rect key="frame" x="0.0" y="0.0" width="329" height="88"/>
  32. <autoresizingMask key="autoresizingMask"/>
  33. <subviews>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="🏃‍♂️" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4bj-ZV-8Bo">
  35. <rect key="frame" x="40" y="23.5" width="38" height="41"/>
  36. <fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/>
  37. <nil key="textColor"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="top" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="AiV-a9-phx">
  41. <rect key="frame" x="86" y="16.5" width="131.5" height="55"/>
  42. <subviews>
  43. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Running" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XmF-7n-2zE">
  44. <rect key="frame" x="0.0" y="0.0" width="63" height="20.5"/>
  45. <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
  46. <nil key="textColor"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="120 – 140 mg/dL" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BQb-lW-PzF">
  50. <rect key="frame" x="0.0" y="24.5" width="93.5" height="14.5"/>
  51. <fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
  52. <color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  53. <nil key="highlightedColor"/>
  54. </label>
  55. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="i0F-k5-x7d" customClass="SegmentedGaugeBarView" customModule="LoopKitUI" customModuleProvider="target">
  56. <rect key="frame" x="0.0" y="43" width="131.5" height="12"/>
  57. <constraints>
  58. <constraint firstAttribute="height" constant="12" id="m8s-qH-eJ4"/>
  59. </constraints>
  60. <userDefinedRuntimeAttributes>
  61. <userDefinedRuntimeAttribute type="number" keyPath="numberOfSegments">
  62. <integer key="value" value="2"/>
  63. </userDefinedRuntimeAttribute>
  64. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  65. <real key="value" value="1"/>
  66. </userDefinedRuntimeAttribute>
  67. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  68. <color key="value" systemColor="systemGrayColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  69. </userDefinedRuntimeAttribute>
  70. <userDefinedRuntimeAttribute type="number" keyPath="progress">
  71. <real key="value" value="1.5"/>
  72. </userDefinedRuntimeAttribute>
  73. <userDefinedRuntimeAttribute type="color" keyPath="startColor">
  74. <color key="value" name="Lightened Insulin"/>
  75. </userDefinedRuntimeAttribute>
  76. <userDefinedRuntimeAttribute type="color" keyPath="endColor">
  77. <color key="value" name="Darkened Insulin"/>
  78. </userDefinedRuntimeAttribute>
  79. </userDefinedRuntimeAttributes>
  80. </view>
  81. </subviews>
  82. <constraints>
  83. <constraint firstItem="BQb-lW-PzF" firstAttribute="leading" secondItem="AiV-a9-phx" secondAttribute="leading" id="75L-6J-DxY"/>
  84. <constraint firstItem="XmF-7n-2zE" firstAttribute="leading" secondItem="AiV-a9-phx" secondAttribute="leading" id="Y92-np-ZVV"/>
  85. </constraints>
  86. </stackView>
  87. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11:59 AM" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l9G-1J-Kwy">
  88. <rect key="frame" x="265" y="58" width="52" height="14.5"/>
  89. <fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
  90. <color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  91. <nil key="highlightedColor"/>
  92. </label>
  93. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Acs-Ro-yiH">
  94. <rect key="frame" x="279.5" y="42" width="41.5" height="38"/>
  95. <inset key="contentEdgeInsets" minX="12" minY="12" maxX="4" maxY="4"/>
  96. <state key="normal" image="calendar" catalog="system">
  97. <preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="large"/>
  98. </state>
  99. </button>
  100. <stackView opaque="NO" contentMode="scaleToFill" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="Qt2-7O-3wI">
  101. <rect key="frame" x="286" y="12" width="31" height="14.5"/>
  102. <subviews>
  103. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="timer" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="bg9-1j-TIj">
  104. <rect key="frame" x="0.0" y="0.5" width="14" height="14"/>
  105. <color key="tintColor" systemColor="tertiaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  106. <preferredSymbolConfiguration key="preferredSymbolConfiguration" configurationType="font">
  107. <fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
  108. </preferredSymbolConfiguration>
  109. </imageView>
  110. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3h" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jWR-2J-Qgl">
  111. <rect key="frame" x="16" y="0.0" width="15" height="14.5"/>
  112. <fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
  113. <color key="textColor" systemColor="tertiaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  114. <nil key="highlightedColor"/>
  115. </label>
  116. </subviews>
  117. </stackView>
  118. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="line.horizontal.3" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="loD-GE-L8b">
  119. <rect key="frame" x="291" y="37.5" width="26" height="13"/>
  120. <color key="tintColor" systemColor="tertiaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.29999999999999999" colorSpace="custom" customColorSpace="sRGB"/>
  121. <preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="large"/>
  122. </imageView>
  123. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CdN-lR-U7B">
  124. <rect key="frame" x="0.0" y="0.0" width="32" height="88"/>
  125. <color key="backgroundColor" systemColor="systemRedColor" red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  126. <constraints>
  127. <constraint firstAttribute="width" constant="32" id="fMa-j8-L2a"/>
  128. </constraints>
  129. <color key="tintColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  130. <state key="normal" image="xmark" catalog="system">
  131. <color key="titleColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  132. </state>
  133. <connections>
  134. <action selector="deleteButtonTapped:" destination="RV3-fn-j5d" eventType="touchUpInside" id="tpV-bf-ncD"/>
  135. </connections>
  136. </button>
  137. </subviews>
  138. </view>
  139. <constraints>
  140. <constraint firstAttribute="bottomMargin" secondItem="Acs-Ro-yiH" secondAttribute="bottom" id="0Mc-1K-tUt"/>
  141. <constraint firstAttribute="trailingMargin" secondItem="Acs-Ro-yiH" secondAttribute="trailing" id="4W7-CB-aPs"/>
  142. <constraint firstAttribute="trailingMargin" secondItem="loD-GE-L8b" secondAttribute="trailing" constant="4" id="5i9-Mg-55F"/>
  143. <constraint firstItem="AiV-a9-phx" firstAttribute="centerY" secondItem="4bj-ZV-8Bo" secondAttribute="centerY" id="7A7-27-U1B"/>
  144. <constraint firstItem="loD-GE-L8b" firstAttribute="centerY" secondItem="RV3-fn-j5d" secondAttribute="centerY" id="AOZ-5e-u2l"/>
  145. <constraint firstAttribute="bottom" secondItem="CdN-lR-U7B" secondAttribute="bottom" id="Atd-qz-aVi"/>
  146. <constraint firstAttribute="bottomMargin" secondItem="l9G-1J-Kwy" secondAttribute="bottom" constant="7.5" id="EgN-53-SCD"/>
  147. <constraint firstItem="i0F-k5-x7d" firstAttribute="width" secondItem="RV3-fn-j5d" secondAttribute="width" multiplier="0.4" id="Fpy-eQ-UQn"/>
  148. <constraint firstAttribute="trailingMargin" secondItem="Qt2-7O-3wI" secondAttribute="trailing" constant="4" id="GWT-tf-lKC"/>
  149. <constraint firstItem="CdN-lR-U7B" firstAttribute="top" secondItem="RV3-fn-j5d" secondAttribute="top" id="SUj-cv-3JO"/>
  150. <constraint firstItem="4bj-ZV-8Bo" firstAttribute="leading" secondItem="CdN-lR-U7B" secondAttribute="trailing" priority="750" constant="8" id="UXS-oF-SZM"/>
  151. <constraint firstAttribute="trailingMargin" secondItem="l9G-1J-Kwy" secondAttribute="trailing" constant="4" id="bam-XI-wYq"/>
  152. <constraint firstItem="AiV-a9-phx" firstAttribute="leading" secondItem="4bj-ZV-8Bo" secondAttribute="trailing" constant="8" id="dRa-e8-Vp2"/>
  153. <constraint firstItem="CdN-lR-U7B" firstAttribute="leading" secondItem="RV3-fn-j5d" secondAttribute="leading" id="epq-sL-haT"/>
  154. <constraint firstItem="4bj-ZV-8Bo" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="RV3-fn-j5d" secondAttribute="leadingMargin" constant="4" id="hns-wp-5SK"/>
  155. <constraint firstAttribute="trailingMargin" secondItem="l9G-1J-Kwy" secondAttribute="trailing" constant="4" id="q2h-Ye-ptA"/>
  156. <constraint firstItem="Qt2-7O-3wI" firstAttribute="top" secondItem="RV3-fn-j5d" secondAttribute="topMargin" constant="4" id="uWo-GW-ZVZ"/>
  157. <constraint firstItem="4bj-ZV-8Bo" firstAttribute="centerY" secondItem="RV3-fn-j5d" secondAttribute="centerY" id="zrR-FK-elP"/>
  158. </constraints>
  159. <size key="customSize" width="329" height="88"/>
  160. <connections>
  161. <outlet property="deleteButton" destination="CdN-lR-U7B" id="MwU-wz-Qts"/>
  162. <outlet property="deleteButtonWidthConstraint" destination="fMa-j8-L2a" id="PeD-mC-k3J"/>
  163. <outlet property="durationLabel" destination="jWR-2J-Qgl" id="rBJ-od-eI2"/>
  164. <outlet property="durationStackView" destination="Qt2-7O-3wI" id="QIY-e5-LUa"/>
  165. <outlet property="editingIndicator" destination="loD-GE-L8b" id="DCQ-kn-aUr"/>
  166. <outlet property="insulinNeedsBar" destination="i0F-k5-x7d" id="cYe-Y6-p6t"/>
  167. <outlet property="nameLabel" destination="XmF-7n-2zE" id="QCp-o0-rf7"/>
  168. <outlet property="scheduleButton" destination="Acs-Ro-yiH" id="wSc-0j-CD3"/>
  169. <outlet property="startTimeLabel" destination="l9G-1J-Kwy" id="FrT-xo-8Fj"/>
  170. <outlet property="symbolLabel" destination="4bj-ZV-8Bo" id="1DT-1m-Rra"/>
  171. <outlet property="targetRangeLabel" destination="BQb-lW-PzF" id="J9W-fN-lMm"/>
  172. </connections>
  173. </collectionViewCell>
  174. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="CustomOverrideCollectionViewCell" id="XSC-VE-tWd" customClass="CustomOverrideCollectionViewCell" customModule="LoopKitUI" customModuleProvider="target">
  175. <rect key="frame" x="23" y="148" width="329" height="81"/>
  176. <autoresizingMask key="autoresizingMask"/>
  177. <collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="SHU-uQ-Ma3">
  178. <rect key="frame" x="0.0" y="0.0" width="329" height="81"/>
  179. <autoresizingMask key="autoresizingMask"/>
  180. <subviews>
  181. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="square.and.pencil" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="AEJ-dz-64h">
  182. <rect key="frame" x="16" y="30.5" width="26.5" height="25"/>
  183. <color key="tintColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  184. <preferredSymbolConfiguration key="preferredSymbolConfiguration" configurationType="font">
  185. <fontDescription key="fontDescription" style="UICTFontTextStyleTitle2"/>
  186. </preferredSymbolConfiguration>
  187. </imageView>
  188. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Custom" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hhs-gF-hGx">
  189. <rect key="frame" x="54.5" y="34" width="59.5" height="20.5"/>
  190. <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
  191. <nil key="textColor"/>
  192. <nil key="highlightedColor"/>
  193. </label>
  194. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chevron.right" catalog="system" translatesAutoresizingMaskIntoConstraints="NO" id="htL-Fy-gXc">
  195. <rect key="frame" x="300.5" y="36" width="12.5" height="16.5"/>
  196. <color key="tintColor" systemColor="separatorColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.28999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  197. <preferredSymbolConfiguration key="preferredSymbolConfiguration" configurationType="font">
  198. <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
  199. </preferredSymbolConfiguration>
  200. </imageView>
  201. </subviews>
  202. <constraints>
  203. <constraint firstItem="AEJ-dz-64h" firstAttribute="leading" secondItem="SHU-uQ-Ma3" secondAttribute="leadingMargin" constant="8" id="7Ih-cj-5vV"/>
  204. <constraint firstItem="htL-Fy-gXc" firstAttribute="centerY" secondItem="SHU-uQ-Ma3" secondAttribute="centerY" id="7Ik-Ir-kB0"/>
  205. <constraint firstItem="hhs-gF-hGx" firstAttribute="leading" secondItem="AEJ-dz-64h" secondAttribute="trailing" constant="12" id="DfF-c7-K1D"/>
  206. <constraint firstAttribute="trailingMargin" secondItem="htL-Fy-gXc" secondAttribute="trailing" constant="8" id="HEx-y5-VL9"/>
  207. <constraint firstItem="hhs-gF-hGx" firstAttribute="centerY" secondItem="SHU-uQ-Ma3" secondAttribute="centerY" id="gl7-Qx-IeC"/>
  208. <constraint firstItem="AEJ-dz-64h" firstAttribute="centerY" secondItem="SHU-uQ-Ma3" secondAttribute="centerY" id="vax-n9-Qan"/>
  209. </constraints>
  210. </collectionViewCellContentView>
  211. <size key="customSize" width="329" height="81"/>
  212. <connections>
  213. <outlet property="titleLabel" destination="hhs-gF-hGx" id="DSv-4C-Ngq"/>
  214. </connections>
  215. </collectionViewCell>
  216. </cells>
  217. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="OverrideSelectionHeaderView" id="lWb-mS-6P2" customClass="OverrideSelectionHeaderView" customModule="LoopKitUI" customModuleProvider="target">
  218. <rect key="frame" x="0.0" y="0.0" width="375" height="50"/>
  219. <autoresizingMask key="autoresizingMask"/>
  220. <subviews>
  221. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SCHEDULED OVERRIDE" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Beu-u4-XXI">
  222. <rect key="frame" x="16" y="17" width="145" height="16"/>
  223. <fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/>
  224. <color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  225. <nil key="highlightedColor"/>
  226. </label>
  227. </subviews>
  228. <constraints>
  229. <constraint firstItem="Beu-u4-XXI" firstAttribute="leading" secondItem="lWb-mS-6P2" secondAttribute="leadingMargin" constant="8" id="7Va-4u-45K"/>
  230. <constraint firstItem="Beu-u4-XXI" firstAttribute="centerY" secondItem="lWb-mS-6P2" secondAttribute="centerY" id="veN-82-aqp"/>
  231. </constraints>
  232. <connections>
  233. <outlet property="titleLabel" destination="Beu-u4-XXI" id="cax-Fu-TFT"/>
  234. </connections>
  235. </collectionReusableView>
  236. <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="OverrideSelectionFooterView" id="Gu1-c6-5YX" customClass="OverrideSelectionFooterView" customModule="LoopKitUI" customModuleProvider="target">
  237. <rect key="frame" x="0.0" y="229" width="375" height="50"/>
  238. <autoresizingMask key="autoresizingMask"/>
  239. <subviews>
  240. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Footnote about configuring presets via settings" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1kV-g0-N5O">
  241. <rect key="frame" x="16" y="8" width="351" height="16"/>
  242. <fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/>
  243. <color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  244. <nil key="highlightedColor"/>
  245. </label>
  246. </subviews>
  247. <constraints>
  248. <constraint firstAttribute="trailingMargin" secondItem="1kV-g0-N5O" secondAttribute="trailing" id="7Ux-RS-s5t"/>
  249. <constraint firstItem="1kV-g0-N5O" firstAttribute="top" secondItem="Gu1-c6-5YX" secondAttribute="topMargin" id="NyE-2g-25s"/>
  250. <constraint firstItem="1kV-g0-N5O" firstAttribute="leading" secondItem="Gu1-c6-5YX" secondAttribute="leadingMargin" constant="8" id="aaV-6E-Am5"/>
  251. </constraints>
  252. <connections>
  253. <outlet property="textLabel" destination="1kV-g0-N5O" id="h4Q-0S-Qsn"/>
  254. </connections>
  255. </collectionReusableView>
  256. <connections>
  257. <outlet property="dataSource" destination="CyX-XF-wlB" id="TyE-Fp-lJZ"/>
  258. <outlet property="delegate" destination="CyX-XF-wlB" id="ACP-2z-NFY"/>
  259. </connections>
  260. </collectionView>
  261. <navigationItem key="navigationItem" id="WJH-SX-Yhb"/>
  262. </collectionViewController>
  263. <placeholder placeholderIdentifier="IBFirstResponder" id="5Od-OU-v2w" userLabel="First Responder" sceneMemberID="firstResponder"/>
  264. </objects>
  265. <point key="canvasLocation" x="53.600000000000001" y="-141.67916041979012"/>
  266. </scene>
  267. <!--Navigation Controller-->
  268. <scene sceneID="afR-oU-8Dk">
  269. <objects>
  270. <navigationController id="Spl-kM-4iV" sceneMemberID="viewController">
  271. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="TXT-pK-sqr">
  272. <rect key="frame" x="0.0" y="0.0" width="375" height="96"/>
  273. <autoresizingMask key="autoresizingMask"/>
  274. </navigationBar>
  275. <connections>
  276. <segue destination="CyX-XF-wlB" kind="relationship" relationship="rootViewController" id="1sj-w1-PXX"/>
  277. </connections>
  278. </navigationController>
  279. <placeholder placeholderIdentifier="IBFirstResponder" id="vHc-lQ-W2Y" userLabel="First Responder" sceneMemberID="firstResponder"/>
  280. </objects>
  281. <point key="canvasLocation" x="-807" y="-140"/>
  282. </scene>
  283. </scenes>
  284. <resources>
  285. <image name="calendar" catalog="system" width="64" height="52"/>
  286. <image name="chevron.right" catalog="system" width="48" height="64"/>
  287. <image name="line.horizontal.3" catalog="system" width="64" height="32"/>
  288. <image name="square.and.pencil" catalog="system" width="64" height="58"/>
  289. <image name="timer" catalog="system" width="64" height="60"/>
  290. <image name="xmark" catalog="system" width="64" height="56"/>
  291. <namedColor name="Darkened Insulin">
  292. <color red="1" green="0.43500000238418579" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  293. </namedColor>
  294. <namedColor name="Lightened Insulin">
  295. <color red="1" green="0.74900001287460327" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  296. </namedColor>
  297. </resources>
  298. </document>