I've seen lots of tutorials where people pass a single variable through a segue to a separate view-controller. But how do I send maybe a whole struct or class of information over to a separate segue? and unwrap it on the other side? Example: in a table view i click on a player's name, and it will segue to show details in another view controller?I've seen lots of tutorials where people pass a