Hi there,
Sorry if this is a simple question. I am creating an app based on a storyboard (3 or 4 tabs). I want to create a table that will store product information that will be accessed in every scene (tab 1 - add product, tab 2 - list products, tab 3 orders based of these products, tab 4 - submit). What is the best way to achieve this? At the moment I am thinking that I could either go global (which I feel is poor practice), attach is as a storyboard table (storyboard.products = {}) - I was wondering if this is good practice as I am likely to store quite a bit of information about each product, or use a sqLite DB?
Thanks in advance.
Craig
[import]uid: 184705 topic_id: 33994 reply_id: 333994[/import]