Xcode – Is there a way to merge two strings or variables to access another variable in Swift?
I have a program that is trying to list my classes for school (in a UITableView), along with the homework for each class. I have variables to track homework for each class as lists (i.e "Englishhw", "Mathhw", etc.), and I…