仿微信朋友圈
可以设置朋友圈文字内容的行间距。可以在FriendCircleFrameModel(根据model计算frame)中设置内容的行间距和首行缩进,注意设置行间距和首行缩进也需要 CustomHeaderView(组头视图中设置NSMutableParagraphStyle *style = [NSMutableParagraphStyle new]; style.lineSpacing = 5; style.firstLineHeadIndent = 20; NSMutableAttributedString *abs = [[NSMutableAttributedString alloc]initWithString:model.contentStr]; [abs addAttribute:NSParagraphStyleAttributeName value:style range:NSMakeRange(0, model.contentStr.length)]; self.content.attributedText = abs;)
下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/715c04dbcca8e64ebc3f2b79b5fa60dc.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论