I am trying to create a global array (of items in a cart) in Swift so that I can access it from different pages.
Can you please point me in the right direction? declaring an array under the import statement in AppDelegate gives me the "unresolved Identifier" issue.
What should I use? How can I accomplish that? Thank you!