Hi i googled around a bit and didn´t find any solutions for my problem. i fill a UILabels text with a large String, and sometimes (it doesn`t do so everytime) my UILabel.text is incomplete (not the whole NSString). It mostly happens with very large Strings but also with shorter ones.
Has anybody had that problem, or does know a workaround for this? I really don`t know why this is happening...
Hint: I am using IB with a UILabel on a ScrollView. In the ViewDidLoad Method of the View i figure out the height of the UILabel with the sizeWithFont Method. I use WordWrap, AlignBaseline for my UILabel in IB