I've been trying to access variables located within my FirstViewController class from the SecondViewController. I've tried instantiating the firstviewcontroller from the secondviewcontroller but I've having extreme troubles with this NSCoder deal, and no previous posts seem to be working... Most likely because Swift keeps getting 'updated' and breaks any old code or because I can't call it right...
My init code in FirstViewController is the following:
required init(coder aDecoder: NSCoder) {
super.init(coder: aDecoder) fatalError("init(coder:) has not been implemented") }
Any help right now would be amazing. Thanks