//initially myLabel.text is something equivalent to 1 line of text
print(myLabel.height); //Output 10 (for example, considering 10 pixels per line)
myLabel.text = "asdasdasdasdassad"; //equivalent to 2 lines of text
print(myLabel.height); //Output 10 again, as if size wasnt updated