I use a vertical UIStackView to show images in my iOS app just like the image below
But now I need to change that behaviour and show two images per row just like the example below.
What UI component can I use to do that ?
ps: I use ViewCode to create that screen, but I suppose it’s not necessary to publish the code because I just want to know which component will be better to complete this task