So I'm making a cookie clicker game and I'm stumped on how I can make the "interface part" for a shop with in game currency. Could I just use a tableview or is there a better approach to this?
So I'm making a cookie clicker game and I'm stumped on how I can make the "interface part" for a shop with in game currency. Could I just use a tableview or is there a better approach to this?
It’s just going to have a simple looking background with a bunch of buttons, that’s it. It’ll just pop up on the main screen as well without a brand new window.
It’s just going to have a simple looking background with a bunch of buttons, that’s it. It’ll just pop up on the main screen as well without a brand new window.
Unless you need a scrolling list you probably don’t want a table view. Just a view with some buttons and labels arranged how you would like sounds right. Maybe a UIView with a UIstackview or something.
Unless you need a scrolling list you probably don’t want a table view. Just a view with some buttons and labels arranged how you would like sounds right. Maybe a UIView with a UIstackview or something.