Use Builder: Part 2 | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1941154-fundamental-ios-design-patterns/lessons/24

The materials in here is broken. The final folder.

Screen Shot 2020-10-10 at 22.08.22

I also have same problems which the file is missing.

To help everyone, I found a easy bug to fix. In SelectQuestionGroupViewController, you need create a link between tableView code with Main Storyboard.
The bug showed after you add a question group, the tableView is nil, and can’t reloadData.
It’s only a detail, the course is very good!