init()
Creates a notification hosting controller object that you can use to implement your notification interfaces using SwiftUI views.
ある通知ホスティングコントローラオブジェクトを作成します、それは、あなたがあなたの通知インターフェイスをSwiftUIビューを使って実装するために使用できるものです。
Availability 有効性
Technology
class WKUserNotificationHostingController<Body> where Body : View
A WKUser
presents and manages your app’s notification interface using SwiftUI views. You must subclass WKUser
and override the body
property to provide the set of SwiftUI views you want to display. In the storyboard of your watch app, specify the name of your custom class for your dynamic interactive interface.
あなたのwatchアプリのストーリーボードにおいて、あなたのあつらえのクラスの名前をあなたの動的相互作用インターフェイスに指定してください。
init()
var body: Body
class var coalescedDescriptionFormat : String?
nil
format will be the system default.class var isInteractive : Bool
class var sashColor : Color?
nil
the sash will be the default system color.class var subtitleColor : Color?
nil
the text will be the default system color.class var titleColor : Color?
nil
the text will be the default system color.class var wantsSashBlur : Bool
class WKHostingController