Posts

Post not yet marked as solved
17 Replies
I made a small investigation with Hopper and found interesting stuff. Within [UIPredictionViewController isVisibleForInputDelegate:inputViews:] call there is a check against the bitmask 0b100100110000. Each bit in this mask(from right to left) corresponds to a value of UIKeyboardType. Thus predictions are disabled for the following types:UIKeyboardTypeNumberPadUIKeyboardTypePhonePadUIKeyboardTypeDecimalPadUIKeyboardTypeASCIICapableNumberPadObviously, predictions were disabled for all numerical keyboards and I guess phone pad was added accidentally too. Everything works fine when I swizzle initial function to return "true" in case of phone number keyboard, as expected I'm having my phone suggested above the keyboard. My radar changed status to "Potential fix identified - For a future OS update", hopefully, it would be fixed soon in the following release.
Post marked as solved
6 Replies
I still have black previews on the latest Xcode 11 and iOS 13.1 simulator. Is there any ETA for a fix?