I am getting an error in my code however cannot figure out the change to make
the error is on the line for "code" however xcode is putting it there by default if I remove it i get another error.
func textFieldShouldReturn(_ textField: UITextField) -> Bool {
code
/
textField.resignFirstResponder()
return true
func textFieldDidEndEditing(_ TextField: UITextField UITextField)
MealNameLabel.text = textField.text
The second error is the textfielddidendediting line.
the both error messages are "editor placeholder in source file"
Can anyone assist with this line of code I can't seem to figure it out.