You might want to add:
doneBarButton.isEnabled = false
to the viewDidLoad() method of the class so that the ‘Done’ bar button is not enabled when the user first goes to the high scorer name edit view.
You might want to add:
doneBarButton.isEnabled = false
to the viewDidLoad() method of the class so that the ‘Done’ bar button is not enabled when the user first goes to the high scorer name edit view.
@justinjngan Thank you for the heads up - much appreciated!
This topic was automatically closed after 166 days. New replies are no longer allowed.