Label Text disappear and Text Boxes blackout

Hi All,


I'm fairly new to Apple iOS Development Team. I've been developing MS and Android Apps for years. I ran into an issue wondering if you could help me. I would be greatly appreciated.


We have created a simple signup screen with lable texts on the left and text boxes on the righ like the below:


First Name: Text Box for user to enter

Last Name: Text Box for user to enter


there are 6 lines and boxes. On most phones, user were able to signup fine.


On some users iPhone the Text on the left disappear and the Text Boxes are blackout, so the user can not do anything. These were iPhone X and 11 with iOS 13.3.1. We have tried to update them to iOS 13.4 and it did not fix the issue. Everything else seems to fit on the screen as normal, so we don't think is the screen format. Does anyone know what could cause this issue? Thank you in advance for your help.


Best regards,


Tim

What UI framework are you using for your app? UIKit? SwiftUI? Something from a third party?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

WWDC runs Mon, 22 Jun through to Fri, 26 Jun. During that time all of DTS will be busy with conference duties.

Hi Eskimo, we SwiftUI that came with XCode. Thanks
Label Text disappear and Text Boxes blackout
 
 
Q