EmotionTextAttachment * temAttch=[[EmotionTextAttachment alloc]init];
temAttch.bounds=CGRectMake(0, -2.5, 25, 25);
对于只有图片的不能换行,但是对于包含文字的可以换行,这个该怎么调啊
temAttch.bounds的宽高改为
Label.font.lineHeight
博主,我也遇到同样的问题,你的有解决的办法吗?求赐教
对于只有图片的不能换行,但是对于包含文字的可以换行,这个该怎么调啊,楼主解决了吗