Donateexcontent. numberoflines = 0;
Donateexcontent. Linebreakmode = nslinebreakbywordwrapping;
Donateexcontent. text = @ " Dear Love donor : \ n We just need your information about the donation and your personal information for us to prepare the document, we promise you that we will keep it safe. , will not be disclosed to the third party , after the establishment of the donation we will be in a timely manner in return to report on the kindness of the donor's love donation schedule to make the donor situation transparent . " ;
// content pending donation notes
cgsize size = [donateexcontent sizethatfits:cgsizemake(donateexcontent. Frame. Size. Width, maxfloat)];
Donateexcontent. frame =cgrectmake(donatey,screen_width-up, size. Height);
Donateexcontent. font = [uifont systemfontofsize:];
Donateexcontent. textcolor=RGB(134, 134, 134);
[donateexcontent sizetofit];
Note: If you are restricting two lines,
label.numberoflines=2;
[Label SizeToFit];
2016-01-06 Nums