I have a subclass of UITextField that does some work to layout a 2FA input with a background for each charecter. Before iOS 15 I used drawText(in:) to layout the background of each character. Apple deprecated this as of iOS 15. How can I get this behaviour back?
https://developer.apple.com/documentation/uikit/uitextfield/1619587-drawtext