I have 2 adjacent labels of same width. label1 text takes only one line. Text for label2 is long, objective is to show full text in 2 lines, I am using label.numberOfLines = 2 and adjustsFontSizeToFitWidth = YES;
Now, first line of label2 is not aligned with first line of label1. while labels are still aligned, label2 text is starting with a margin inside label. I wanted label2 text to start from top. please help me with this.