此模块可显示姓名和评论,设计灵感来源于 Periscope。以下是演示。
如你所见,个人资料颜色是随机选择的,并支持长评论。
CocoaPods 是一个用于 iOS 项目的库管理器。要使用 CocoaPods 进行安装:
pod 'PeriscommentView', '0.0.1'
import PeriscommentView
let periscommentView: PeriscommentView = ...
let profileImage = UIImage(named: "hoge.png")!
let name = "name"
let comment = "comment"
PeriscommentView.addCell(profileImage, name: name, comment: comment)
在 MIT 许可下