摘要: label.lineBreakMode=UILineBreakModeWordWrap;下面是lineBreakMode的样式属性:typedefenum { UILineBreakModeWordWrap = 0, // Wrap at word boundaries UILineBreakModeCharacterWrap, // Wrap at character boundaries UILineBreakModeClip, // Simply clip when it hits the end of the rect UILineBrea... 阅读全文
posted @ 2013-03-19 17:25 追风.扬 阅读(1881) 评论(0) 推荐(0)