How the UILabel can be aligned from bottom. Let say, my label can hold three line of text.If the input text is single line, then this line should come bottom of the
UILabel
i only set a bottom constraint to the super view in IB which works for me without using code and also number of Lines for a maximum constraint.