I have a question regarding the use of autolayout for arranging an unknown number of views. Suppose I have 4 labels label1...label4, they all have the same height/width and are one underneath the other with a 10pt vertical space between them. This labels display some info that I get from a server (and it might not exist for some of them)
The question is: if I have info for label1,label3 and 4 (or some other combination) how can I get the label to rearrange to always be where they are needed (one under the other with the 10pt vertical space). So in this situation label3 will be where label2 would have been if it had data...