PeriscommentView顯示名稱和注釋的模塊
PeriscommentView是可以顯示名稱和注釋的模塊,它的設(shè)計靈感來自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)
評論
圖片
表情
