Hello,
I have an "x" viewController which when I press a button, the view is reload and the data is updated in the same view with new values but when the view is reload, miss i the old values (this can happen several times) and also i must save this data in any array and then send them all together in the last step. When i press the button i use to reload the view:
self.navigationController!.pushViewController(self.storyboard!.instantiateViewControllerWithIdentifier("mvx_id") as! xController, xd: true)
I don't know how I can save this data and don't get lost when I update the view, what I can use?