Reputation: 41
In UITextfield
not able to see text and cursor while rotating iPhone device to landscape when the keyboard is up.
The text in UITextfield
is not displaying once we tap on return button in keyboard or if we type then it is showing
Upvotes: 2
Views: 181
Reputation: 3416
You have to set UITextFieldDelegate
Methods and have to set frame of textfield and move it as per requirements because when device is in landscope mode may be your textfield will be hide under keyboard.
Upvotes: -1