user2223368
user2223368

Reputation: 41

UITextfield not able to see text and cursor while rotating iPhone device to landscape when the keyboard is up

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

Answers (1)

Mohit
Mohit

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

Related Questions