创建通知场景后如何将它添加到 WatchKit 目标?
How to add a Notification Scene to WatchKit target after it has been created?
我已经创建了一个没有notification场景,glance场景的WatchKit Target
有什么方法可以在创建目标后添加这两个场景中的任何一个?
是的,只需打开 Storyboard
并拖入 Glance
场景和 Notification
场景。有了通知场景后,您还可以在属性检查器中添加一个 dynamic notification
场景。
我已经创建了一个没有notification场景,glance场景的WatchKit Target
有什么方法可以在创建目标后添加这两个场景中的任何一个?
是的,只需打开 Storyboard
并拖入 Glance
场景和 Notification
场景。有了通知场景后,您还可以在属性检查器中添加一个 dynamic notification
场景。