I need an array that is accessible through out my app. It will hold objects of Type ClassA. I need to add/remove elements and access this array from multiple scenes.
What is the best or recommended method for building this singleton type class in Swift?
Or has Swift even come up with something for this yet?