XCode/Swfit: How do I switch out a variable passed between view controllers as the name for a dictionary?
I am using the following code in XCode 12/Swift 5to try to do the following: Receive a variable passed from one view controller to this one (passedVerb, and this works) Look up items in a dictionary based on the "passedVerb"…