Interface.storyboard 3.0 KB

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