TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Apr 2015 |
SPMSupports SPM | ✗ |
Maintained by Takuma Yoshida.
This module can show name and comment, design inspired by Periscope. The demo is the following.
As you can see, profile color is picked at random and long comments is supported.
CocoaPods is a library manager for iOS projects. To install using 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)
under MIT License