Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jacob12521

macrumors newbie
Original poster
Mar 1, 2019
3
0
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?
 
What do you want it to look like?

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.
 
  • Like
Reactions: jacob12521
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.
I’ll give it a shot thanks for the reply.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.