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 ?