| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="15505" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="AgC-eL-Hgc">
- <device id="watch38"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="15501"/>
- </dependencies>
- <scenes>
- <!--Interface Controller-->
- <scene sceneID="aou-V4-d1y">
- <objects>
- <controller id="AgC-eL-Hgc" customClass="InterfaceController" customModule="SampleWatchAppWatchKitApp" customModuleProvider="target">
- <items>
- <imageView width="64" height="60" alignment="left" id="Rhr-bM-Kmk"/>
- </items>
- <connections>
- <outlet property="imageView" destination="Rhr-bM-Kmk" id="4OY-nE-HIh"/>
- </connections>
- </controller>
- </objects>
- <point key="canvasLocation" x="220" y="345"/>
- </scene>
- <!--Static Notification Interface Controller-->
- <scene sceneID="AEw-b0-oYE">
- <objects>
- <notificationController id="YCC-NB-fut">
- <items>
- <label alignment="left" text="Alert Label" numberOfLines="0" id="IdU-wH-bcW"/>
- </items>
- <notificationCategory key="notificationCategory" identifier="myCategory" id="JfB-70-Muf"/>
- <connections>
- <outlet property="notificationAlertLabel" destination="IdU-wH-bcW" id="JKC-fr-R95"/>
- <segue destination="4sK-HA-Art" kind="relationship" relationship="dynamicNotificationInterface" id="kXh-Jw-8B1"/>
- <segue destination="eXb-UN-Cd0" kind="relationship" relationship="dynamicInteractiveNotificationInterface" id="mpB-YA-K8N"/>
- </connections>
- </notificationController>
- </objects>
- <point key="canvasLocation" x="220" y="643"/>
- </scene>
- <!--Notification Controller-->
- <scene sceneID="ZPc-GJ-vnh">
- <objects>
- <controller id="4sK-HA-Art" customClass="NotificationController" customModule="SampleWatchAppWatchKitApp" customModuleProvider="target"/>
- </objects>
- <point key="canvasLocation" x="468" y="643"/>
- </scene>
- <!--Notification Controller-->
- <scene sceneID="Niz-AI-uX2">
- <objects>
- <controller id="eXb-UN-Cd0" customClass="NotificationController" customModule="SampleWatchAppWatchKitApp" customModuleProvider="target"/>
- </objects>
- <point key="canvasLocation" x="468" y="345"/>
- </scene>
- </scenes>
- </document>
|