`presentTextInputController` Shows Empty Screen

Originator:james.bouker
Number:rdar://6807068 Date Originated:7/24/2019
Status:OPEN Resolved:
Product:WatchKit Product Version:WatchOS 6 Beta 4
Classification:Bug Reproducible:Always
 
Basic Information
Please provide a descriptive title for your feedback:
`presentTextInputController` Shows Empty Screen
Which area are you seeing an issue with?
WatchKit
What type of issue are you reporting?
Incorrect/Unexpected Behavior
Description
Please describe the issue and what steps we can take to reproduce it:
STR:
1. Unzip and run the "EmptySearch WatchKit App"
2. Click "OK" button
Observe: Everything works

3. Click "BROKEN 1" button
Observe: Empty screen

4. Click "BROKEN 2" button
Observe: Empty screen
Details
What time was it when this last occurred? (Example: 12:00 pm EST 02/14/2018)
2:18 PM EST 07/24/2019
How often does this issue occur?
Always

Comments

Broken TextInputController screenshot: https://imgur.com/a/xhNqyCP

// This works presentTextInputController(withSuggestions: ["Hello"], allowedInputMode: .plain) { _ in }

// These do not presentTextInputController(withSuggestions: [], allowedInputMode: .plain) { _ in } presentTextInputController(withSuggestions: nil, allowedInputMode: .plain) { _ in }

By james.bouker at July 24, 2019, 6:24 p.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!