I'm really stumped on this. I've read in a few different spots on how to implement this and can't seem to get it right for me. Perhaps if I spell out my concerns directly someone can help me better understand.
I have 2 UIViewControllers (HomeController and Game Controller) wrapper in a UINavigationController.
To start the game, I would like to pass an int from the HomeController to the GameController (easy, medium or hard). I have 3 buttons set up to Actions which assign the value. From there ... ???
I looked into custom segues, regular segues, no segues. I have the integer set up as a property on the GameController, but I don't know how to access it.
Thanks for your patience as I am a real beginner with xCode.
Thanks!