Pass Data | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/16124941-uikit-fundamentals/lessons/14

Hi Brian,

I have a question about this chapter. When we pass data through prepare(for segue:sender:), is it necessary that we should change the storyPrompt property in StoryPromptViewController into an optional? It seems like it still works if I keep it initialized in the first place.