I'm new to programming on XCode and I'm currently messing with the UI trying to setup the program similar to a worksheet I have in real life. The worksheet has several boxes around the paper that are grouped so that statistics can be recorded and found easily. I would love to have my program look more like this, with grouped sets of statistics, but I've no idea how to do it. I would like to have a slighly shaded box that would have input fields in it. I hope that makes sense.
My main concern is that currently Stack View really messes up my formatting but does in some way actually group toegther the 24 text fields I have. I'd also like it if this "grouping" allowed me to resize everything inside of it at the same time.
I know its truly a noob situation but I've only been playing with this for 2 days.