-1

I have textfield in every row of tableview. click on textfield

-(void)textFieldDidBeginEditing:(UITextField *)textField

method called but keyboard not appear. I have written

[tableView reloadData];

in the method.

Keyboard appear if I remove [tableView reloadData]; this

any solution ?

Rushi trivedi
  • 737
  • 1
  • 15
  • 37

2 Answers2

0

Have you check the property KEYBOARD ? By selecting tableview and in attribute inspector set Keyboard property to do not dismiss and try

Raj Oriya
  • 78
  • 4
-3

press cmd+K from keyboard if you are using simulator.

Shahbaz Akram
  • 1,598
  • 3
  • 28
  • 45