I have a stack view with elements. The elements aren't always the same.
So, to explain the whole thing: I have cards, and each card has a tag, which means, some cards will have 0, others 1, and other 7 tags. What I wan't to do is, when I have more cards than the leadinganchor & trailing anchor can support, it puts dynamically the rest of the tags one line bottom of the first tags. Making like a list or something.
My output right now is this:
If someone can help me. I prefer not using collections, because it will make my app slow. Since this code will be repeated n times, accordingly the number of the cards.
P.S. Since this version is old, I don't use AutoLayout, all made programatically.
Thanks :) Any question feel free to ask.