Ch 23 Edit High Score Done Button shouldn't be active when view is shown

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.