|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="11129.6" systemVersion="15E65" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="AgC-eL-Hgc"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11103.5"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="11055.3"/> |
| 6 | + </dependencies> |
| 7 | + <scenes> |
| 8 | + <!--ConfigurationInterfaceController--> |
| 9 | + <scene sceneID="aou-V4-d1y"> |
| 10 | + <objects> |
| 11 | + <controller identifier="ConfigurationInterfaceController" id="AgC-eL-Hgc" customClass="ConfigurationInterfaceController" customModule="SpeedySloth_WatchKit_Extension"> |
| 12 | + <items> |
| 13 | + <label alignment="left" text="Activity Type" id="JbE-ls-T0G"> |
| 14 | + <fontDescription key="font" style="UICTFontTextStyleCaption2"/> |
| 15 | + </label> |
| 16 | + <picker height="38" alignment="left" focusStyle="stack" indicatorMode="shownWhileFocused" id="Cvl-Np-0ix"> |
| 17 | + <connections> |
| 18 | + <action selector="activityTypePickerSelectedItemChangedWithValue:" destination="AgC-eL-Hgc" id="7sX-Cj-WaB"/> |
| 19 | + </connections> |
| 20 | + </picker> |
| 21 | + <label alignment="left" text="Location Type" id="w0Y-gV-pKv"> |
| 22 | + <fontDescription key="font" style="UICTFontTextStyleCaption2"/> |
| 23 | + </label> |
| 24 | + <picker height="38" alignment="left" focusStyle="stack" indicatorMode="shownWhileFocused" id="yQ9-Eh-8Xr"/> |
| 25 | + <button width="1" alignment="left" verticalAlignment="bottom" title="Start" id="wLU-pX-ZjH"> |
| 26 | + <connections> |
| 27 | + <action selector="didTapStartButton" destination="AgC-eL-Hgc" id="4LV-Ng-rNA"/> |
| 28 | + </connections> |
| 29 | + </button> |
| 30 | + </items> |
| 31 | + <connections> |
| 32 | + <outlet property="activityTypePicker" destination="Cvl-Np-0ix" id="vlU-Fd-CBb"/> |
| 33 | + <outlet property="locationTypePicker" destination="yQ9-Eh-8Xr" id="lei-VH-pKM"/> |
| 34 | + </connections> |
| 35 | + </controller> |
| 36 | + </objects> |
| 37 | + <point key="canvasLocation" x="171" y="141"/> |
| 38 | + </scene> |
| 39 | + <!--WorkoutInterfaceController--> |
| 40 | + <scene sceneID="n0q-AO-fFK"> |
| 41 | + <objects> |
| 42 | + <controller identifier="WorkoutInterfaceController" id="3AD-3g-W6O" customClass="WorkoutInterfaceController" customModule="SpeedySloth_WatchKit_Extension"> |
| 43 | + <items> |
| 44 | + <label alignment="left" text="Label" id="ADM-9Z-RsX"> |
| 45 | + <color key="textColor" red="1" green="0.97880674710000004" blue="0.13324607359999999" alpha="1" colorSpace="calibratedRGB"/> |
| 46 | + </label> |
| 47 | + <label alignment="left" text="Label" id="OIZ-b9-Zi2"> |
| 48 | + <color key="textColor" red="1" green="0.041046944600000003" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 49 | + </label> |
| 50 | + <label alignment="left" text="Label" id="Eao-ZG-tZX"> |
| 51 | + <color key="textColor" red="0.0" green="0.56638695100000003" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 52 | + </label> |
| 53 | + <label width="136" alignment="left" alpha="0.0" text="Marker Saved!" textAlignment="right" id="oVG-L9-p0W"> |
| 54 | + <color key="textColor" red="1" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 55 | + </label> |
| 56 | + <group width="1" alignment="left" id="7cE-B0-MCY"> |
| 57 | + <items> |
| 58 | + <button width="0.5" alignment="left" title="Pause" id="0xt-7N-diW"> |
| 59 | + <connections> |
| 60 | + <action selector="didTapPauseResumeButton" destination="3AD-3g-W6O" id="4MJ-Sw-PnG"/> |
| 61 | + </connections> |
| 62 | + </button> |
| 63 | + <button width="0.5" alignment="left" title="Marker" id="Pnp-Yb-J7c"> |
| 64 | + <connections> |
| 65 | + <action selector="didTapMarkerButton" destination="3AD-3g-W6O" id="vcd-Gk-GC5"/> |
| 66 | + </connections> |
| 67 | + </button> |
| 68 | + </items> |
| 69 | + </group> |
| 70 | + <button width="1" alignment="right" verticalAlignment="bottom" title="Stop" id="bgZ-vR-fSL"> |
| 71 | + <connections> |
| 72 | + <action selector="didTapStopButton" destination="3AD-3g-W6O" id="eGL-Yc-XKR"/> |
| 73 | + </connections> |
| 74 | + </button> |
| 75 | + </items> |
| 76 | + <connections> |
| 77 | + <outlet property="caloriesLabel" destination="OIZ-b9-Zi2" id="RPQ-VI-hyp"/> |
| 78 | + <outlet property="distanceLabel" destination="Eao-ZG-tZX" id="Jhc-Sb-uhp"/> |
| 79 | + <outlet property="durationLabel" destination="ADM-9Z-RsX" id="eke-aD-t4Y"/> |
| 80 | + <outlet property="markerLabel" destination="oVG-L9-p0W" id="4O7-ts-UvL"/> |
| 81 | + <outlet property="pauseResumeButton" destination="0xt-7N-diW" id="C9y-rl-7ER"/> |
| 82 | + </connections> |
| 83 | + </controller> |
| 84 | + </objects> |
| 85 | + <point key="canvasLocation" x="375" y="152"/> |
| 86 | + </scene> |
| 87 | + <!--SummaryInterfaceController--> |
| 88 | + <scene sceneID="tRq-Ml-cM9"> |
| 89 | + <objects> |
| 90 | + <controller identifier="SummaryInterfaceController" id="JTE-42-caD" customClass="SummaryInterfaceController" customModule="SpeedySloth_WatchKit_Extension"> |
| 91 | + <items> |
| 92 | + <label alignment="left" text="Label" id="cl2-ui-nNn"/> |
| 93 | + <label alignment="left" text="Label" id="Kt7-je-LHa"> |
| 94 | + <color key="textColor" red="1" green="0.97880674707302084" blue="0.13324607364832664" alpha="1" colorSpace="calibratedRGB"/> |
| 95 | + </label> |
| 96 | + <label alignment="left" text="Label" id="d7l-ho-0Yo"> |
| 97 | + <color key="textColor" red="1" green="0.041046944598614132" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 98 | + </label> |
| 99 | + <label alignment="left" text="Label" id="Wng-ib-fyp"> |
| 100 | + <color key="textColor" red="0.0" green="0.56638695098710379" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 101 | + </label> |
| 102 | + <button width="1" alignment="left" verticalAlignment="bottom" title="Done" id="s3l-fi-rwP"> |
| 103 | + <connections> |
| 104 | + <action selector="didTapDoneButton" destination="JTE-42-caD" id="Yea-GW-2eW"/> |
| 105 | + </connections> |
| 106 | + </button> |
| 107 | + </items> |
| 108 | + <connections> |
| 109 | + <outlet property="caloriesLabel" destination="d7l-ho-0Yo" id="xaX-zb-yfm"/> |
| 110 | + <outlet property="distanceLabel" destination="Wng-ib-fyp" id="u0g-FN-J8a"/> |
| 111 | + <outlet property="durationLabel" destination="Kt7-je-LHa" id="2RK-GS-5yy"/> |
| 112 | + <outlet property="workoutLabel" destination="cl2-ui-nNn" id="C4V-Te-6qe"/> |
| 113 | + </connections> |
| 114 | + </controller> |
| 115 | + </objects> |
| 116 | + <point key="canvasLocation" x="580" y="152"/> |
| 117 | + </scene> |
| 118 | + </scenes> |
| 119 | +</document> |
0 commit comments