iOS 11 and Swift 4 for Beginners (The Course Companion) - Chapter 22 Table Views question

Hi! I am new to Swift programming and I encountered my first error in Table Views.

I am currently following the instructions to “Add a prototype cell” on page 432. Tried to run the app but my screen is totally empty. I can see an error - “Unknown class _TtC10Checklists14ViewController in Interface Builder file”.

Please help. Thanks!

Please set your view controller’s Custom Class attribute’s value to ChecklistsViewController inside your storyboard in Interface Builder and let me know if you have any more questions or issues regarding the whole thing afterwards. Thank you! :]

Hi! I just realised I used the LaunchScreen.storyboard instead of the Main.storyboard. It’s working now.

Thank you so much for your time :smile:

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