UILineBreakModeWordWrap deprecated
Posted
by
Ahmed Salem
on Stack Overflow
See other posts from Stack Overflow
or by Ahmed Salem
Published on 2013-10-17T21:52:05Z
Indexed on
2013/10/17
21:53 UTC
Read the original article
Hit count: 314
I Have A Problem In My App when I Write This Code UILineBreakModeWordWrap And I Got UILineBreakModeWordWrap deprecated : first deprecated in IOS 6 My Code Is : NSString *texto = [[superArray objectAtIndex:indexPath.row]objectForKey:@"Text"]; CGSize tamanho=[texto sizeWithFont:[UIFont systemFontOfSize:16.0f]constrainedToSize:CGSizeMake(240.0f, 480.0f) lineBreakMode:UILineBreakModeWordWrap]; UIImage *imagemBalao;
© Stack Overflow or respective owner