i Have a large String and i want to display that in UILabel,but that displays only half of that… how can i got full string even if it 2 lines..?
The code i am used :
label.text =@"Kellogg's® All-Bran® Bran Buds® cereal";
label.numberOfLines = 2;
label.lineBreakMode = UILineBreakModeWordWrap;
[cell addSubview:label];
it displays only Kellogg's® All-Bran.
Thank you,
Anand
where u r declaring label use this
or if u do not want to do this then do this