Pass data between controllers iOS Swift segues, unwind, class, pass data between Controllers
Uses simple class that holds 3 Integers to keep track of values in 3 textfields Passes the class object between controllers in "prepare" and "prepareForUnwind" segue
Various print statements make it easy to see instantiation of controllers and flow of app.