Hi Bob,
Code above works fine. I did not received any error but the first tutorial I followed used:
Code:
dequeueReusableCellWithIdentifier:forIndexPath:
instead of just
Code:
dequeueReusableCellWithIdentifier
the former being able to return new cell if none is available.
I am a notch above noob level and I worry that the differences in xcode or IOS version might confuse me.
I will proceed with the book then.
Thank you