Reputation: 905
I am facing a problem with UITextField
not clickable when placed in View component.
Steps to reproduce :
Place a View component in a rectangular shape.
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
Reputation: 87
Make sure the property "Enabled" under the control section is ticked.
Upvotes: 1