I am working on the Stanford iOS course assignment 1. I figured out how to fix this and get it working, but I am not sure why it needs to be done this way.
Can someone explain why this works VS the code that displays a value of NULL.
WORKS:
Card *myCard = [**self.myDeck** drawRandomCard];
DOESN'T WORK:
Card *myCard = [**_myDeck** drawRandomCard];