Skip to content

devtofu/PeriscommentView-OC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeriscommentView-OC

This is the Objective-C version of PeriscommentView.

Overview

Thanks for swift release @yovalt provided by this demo version is Objective-C, you can click here to see swift release!

screenshot

Usage

Swift 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)
Objective-C Usage
TTPeriscommentView *periscommentView = [TTPeriscommentView initWithFrame:...];
UIImage *avatar = [UIImage imageNamed:@"twitterProfile.jpeg"];
NSString *name = @"@yoavlt";
NSString *comment = @"Awesome!";
[periscommentView addCellWithName:name comment:comment profileImage:avatar];

License

Please respect the original author @yovalt, reproduced please indicate the source

About

This is the Objective-C version of PeriscommentView.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published