Mandeep Singh
Mandeep Singh

Reputation: 905

UITextField not Editable inside View ios storyboard

I am facing a problem with UITextField not clickable when placed in View component. Steps to reproduce :

  1. Place a View component in a rectangular shape.

  2. Drag and drop UITextfield over View

I have set userInteractionEnabled=true property also. After building the project in Xcode, the input box is not editable.

Any solution for this.?

Upvotes: 0

Views: 635

Answers (1)

Nithaparan
Nithaparan

Reputation: 87

Make sure the property "Enabled" under the control section is ticked.

Upvotes: 1

Related Questions