swift - Text Input Controller WatchKit -


i trying use presenttextinputcontrollerwithsuggestions in watchkit app. not sure going wrong.

presenttextinputcontrollerwithsuggestions(["hello", "hey"], completion: {      (mystring) -> void in     println(mystring)     }) 

from ios 8.2 release notes:

watchkit

known issues

the presenttextinputcontrollerwithsuggestions:completion: method of wkinterfacecontroller not supported in ios simulator.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

qt - How to embed QML toolbar and menubar into QMainWindow -