Having issue with Chapter 16

The issue has been resolved.

In class AllListsViewController, you have

line 49 : performSegue(withIdentifier: "showChecklist", sender: checklist)
line 52: if segue.identifier == "ShowChecklist"{

The identifier doesn’t match, so it is not setting the checklist variable.

This topic was automatically closed after 166 days. New replies are no longer allowed.