Hi All, one thing I discovered was that in the example DetailViewController.swift file, the line in viewDidLoad() setting self.firstNameTextField.delegate = self is commented out. It probably shouldn’t be, in my case commenting out meant that when I hit the <Retrurn> on my iPhone, the code didn’t recognize that it had happened and the keyboard stayed in view.