Interface.storyboard 2.5 KB

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