显示名称和注释的模块 PeriscommentView
- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: iOS
- 软件首页: https://github.com/yoavlt/PeriscommentView
- 软件文档: https://github.com/yoavlt/PeriscommentView/blob/master/README.md
- 官方下载: https://github.com/yoavlt/PeriscommentView/archive/master.zip
软件介绍
PeriscommentView是可以显示名称和注释的模块,它的设计灵感来自Periscop。演示如下:
安装
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)
