[UITableViewCell _didChangeToFirstResponder:]: message sent to deallocated instance

Viewed 1288

I added textfield to tableview cell contentview.when i'm editing any textfield and i scrolled the tableview to bottom and dismiss the keyboard Then app crashed ,because of this reason [UITableViewCell _didChangeToFirstResponder:]: message sent to deallocated instance

1 Answers
Related