码迷,mamicode.com
首页 >  
搜索关键字:nstextattachment    ( 11个结果
如何在Label中显示图片
UIImage *image = [UIImage imageNamed:@"321.jpg"];   // 1> 生成文本附件 NSTextAttachment *textAttach = [[NSTextAttachment alloc] init]; textAttach.image = image;   // 2> 使用文本附件创...
分类:其他好文   时间:2015-07-07 16:52:51    阅读次数:119
11条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!