iOS 13 beta - Autocorrect crash

In our app, when the keyboard is set to Norwegian or Arabic, the app crashes when the autocorrect text appears.

Looks like there is an issue with autocorrectview draw rect


This works fine for Engiish and other languages and also old iOS.


The textfields are part of tableview and this is happening throughout the app so it isn't a single view issue.

Answered by testrahul in 399797022

This was happening because we were overriding one of the system colors. Getting rid of it fixed it for us.

Accepted Answer

This was happening because we were overriding one of the system colors. Getting rid of it fixed it for us.

iOS 13 beta - Autocorrect crash
 
 
Q