yoavlt / PeriscommentView

Showing comments like Periscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PeriscommentView

This module can show name and comment, design inspired by Periscope. The demo is the following.

Demo

As you can see, profile color is picked at random and long comments is supported.

Installation

CocoaPods is a library manager for iOS projects. To install using CocoaPods:

pod 'PeriscommentView', '0.0.3'

Usage

import PeriscommentView

let periscommentView: PeriscommentView = ...
let profileImage = UIImage(named: "hoge.png")!
let name = "name"
let comment = "comment"
PeriscommentView.addCell(profileImage, name: name, comment: comment)

License

under MIT License

About

Showing comments like Periscope

License:MIT License


Languages

Language:Swift 93.6%Language:Ruby 6.4%