在UIlabel显示里面如何对图文混排的表情图标NSTextAttachment换行

EmotionTextAttachment * temAttch=[[EmotionTextAttachment alloc]init];
temAttch.bounds=CGRectMake(0, -2.5, 25, 25);

对于只有图片的不能换行,但是对于包含文字的可以换行,这个该怎么调啊图片说明图片说明

temAttch.bounds的宽高改为
Label.font.lineHeight

博主,我也遇到同样的问题,你的有解决的办法吗?求赐教

对于只有图片的不能换行,但是对于包含文字的可以换行,这个该怎么调啊,楼主解决了吗