仿微信朋友圈

时间:2021-07-09 12:30:46
【文件属性】:
文件名称:仿微信朋友圈
文件大小:3.38MB
文件格式:ZIP
更新时间:2021-07-09 12:30:46
图文混排(Text & Graphics) 朋友圈 可以设置朋友圈文字内容的行间距。可以在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;)

网友评论