i have a cell which include a textField. When the viewController is opened i've assigned this to be the first responder by following code:
cell.namTextField.becomeFirstResponder() When i dismiss the viewController the keyboard hides with a delay, which does not look good. How can i resignTheFirstResponder when the viewController? when the textField is in the cell and i cant access it in a function?