最初のコントローラーの WK ステータス バーでタイトルをカスタマイズしようとしています。
正しい方法は次のとおりです。
public func setTitle(title: String?) // title of controller. displayed when controller active
それで
WKInterfaceController.setTitle("my Title")
しかし、このコードを使用すると、xCode は次のように言いCannot convert value of type 'String' to expected argument type 'WKInterfaceController'
ます。どうしたの?