Interface.storyboard 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="watch38"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="15501"/>
  7. </dependencies>
  8. <scenes>
  9. <!--Interface Controller-->
  10. <scene sceneID="aou-V4-d1y">
  11. <objects>
  12. <controller id="AgC-eL-Hgc" customClass="InterfaceController" customModule="SampleWatchAppWatchKitApp" customModuleProvider="target">
  13. <items>
  14. <imageView width="64" height="60" alignment="left" id="Rhr-bM-Kmk"/>
  15. </items>
  16. <connections>
  17. <outlet property="imageView" destination="Rhr-bM-Kmk" id="4OY-nE-HIh"/>
  18. </connections>
  19. </controller>
  20. </objects>
  21. <point key="canvasLocation" x="220" y="345"/>
  22. </scene>
  23. <!--Static Notification Interface Controller-->
  24. <scene sceneID="AEw-b0-oYE">
  25. <objects>
  26. <notificationController id="YCC-NB-fut">
  27. <items>
  28. <label alignment="left" text="Alert Label" numberOfLines="0" id="IdU-wH-bcW"/>
  29. </items>
  30. <notificationCategory key="notificationCategory" identifier="myCategory" id="JfB-70-Muf"/>
  31. <connections>
  32. <outlet property="notificationAlertLabel" destination="IdU-wH-bcW" id="JKC-fr-R95"/>
  33. <segue destination="4sK-HA-Art" kind="relationship" relationship="dynamicNotificationInterface" id="kXh-Jw-8B1"/>
  34. <segue destination="eXb-UN-Cd0" kind="relationship" relationship="dynamicInteractiveNotificationInterface" id="mpB-YA-K8N"/>
  35. </connections>
  36. </notificationController>
  37. </objects>
  38. <point key="canvasLocation" x="220" y="643"/>
  39. </scene>
  40. <!--Notification Controller-->
  41. <scene sceneID="ZPc-GJ-vnh">
  42. <objects>
  43. <controller id="4sK-HA-Art" customClass="NotificationController" customModule="SampleWatchAppWatchKitApp" customModuleProvider="target"/>
  44. </objects>
  45. <point key="canvasLocation" x="468" y="643"/>
  46. </scene>
  47. <!--Notification Controller-->
  48. <scene sceneID="Niz-AI-uX2">
  49. <objects>
  50. <controller id="eXb-UN-Cd0" customClass="NotificationController" customModule="SampleWatchAppWatchKitApp" customModuleProvider="target"/>
  51. </objects>
  52. <point key="canvasLocation" x="468" y="345"/>
  53. </scene>
  54. </scenes>
  55. </document>