ios - Grid of labels - how to set constraints in Xcode? -


i'm trying build user interface app , have use 6x3 grid of labels. put them in view. looks this:

label  label  label  label  label  label  label  label  label  label  label  label  label  label  label  label  label  label 

when i'm trying automatically add missing constraints looks bad.

i tried use lot of settings haven't got appriopriate yet. me that?

6x3 grid of labels ? collectionview? , haven't got problem 1000000 constraints? u can add custom collectionview size/color/count of objects .......


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -