Posts

Post not yet marked as solved
2 Replies
607 Views
I am currently testing the iOS 10 and am looking for any apps to test on the iOS 10 as well. I don't have a beta buddy to use most the text features for iOS 10 though, I am looking for a beta testing buddy.
Posted Last updated
.
Post not yet marked as solved
3 Replies
3.4k Views
I am getting an error in my code however cannot figure out the change to makethe 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.textThe 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.
Posted Last updated
.