Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text Input Controller WatchKit

Tags:

swift

watchkit

I am trying to use presentTextInputControllerWithSuggestions in a WatchKit app. I am not sure where I am going wrong.

presentTextInputControllerWithSuggestions(["Hello", "Hey"], completion: { 
    (myString) -> Void in
    println(myString)
    })
like image 319
Tom Coomer Avatar asked Apr 02 '26 18:04

Tom Coomer


1 Answers

From the iOS 8.2 Release Notes:

WatchKit

Known Issues

The presentTextInputControllerWithSuggestions:completion: method of WKInterfaceController is not currently supported in iOS Simulator.

like image 89
zisoft Avatar answered Apr 04 '26 12:04

zisoft



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!