我需要在从 plist 中获得的字符串中添加换行符。字符串被传递到UILabel
屏幕上呈现的 to。
例如,我的文本就像"Adding a line break to a string from plist in iOS"
我需要在单词 break 之后换行。
我添加了一个"\n"
,因此文本变为“在 iOS 中将换行符 \n 添加到来自 plist 的字符串”。确保numberoflines = 0
为UILabel
.
但是我看不到换行符,并且文本"\n"
出现在文本本身中。
需要一些指导..谢谢..
编辑:
[photo setCaption:[NSString stringWithFormat:@"%@",[[galleryArray objectAtIndex:index] objectForKey:@"Title"]]];