Chapter 5 Tableview only shows 1st 8 rows

Hi,
New to Swift and XCode I’m working through the Core Data tutorials. I’ve been working with the 3.1 version of the Core Data tutorial projects. I’ve found that in either the starter or final project that when my tableview appears only the 1st 8 rows from the table appear and the app doesn’t scroll past row 8. I put in print statements and find that the app stops loading after row 8. I’m puzzled by this and wonder if you can give me any tips on what to look for.
TIA, Bob

Sigh… noobie error. I wasn’t moving the scroll bar properly. Got all 32 rows afterall. Sorry to take up the topic. :pensive: