AppleWatch プログラミング presentTextInputControllerWithSuggestions

presentTextInputControllerWithSuggestionsを使ってみた

presentTextInputControllerWithSuggestions(["大丈夫です", "あとでメールします", "Three"],
allowedInputMode:WKTextInputMode.Plain,
completion: { results in WKInterfaceController.openParentApplication(["testText" : results[0]], reply:nil)
});