Skip to content

NanNanCHN/TCPlayButton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCPlayButton

TCPlayButton

A Youtobe like button

Demo

UIButton *playBtton = [UIButton buttonWithType:UIButtonTypeTCPlay];
playBtton.frame = CGRectMake(100, 100, 100, 100);
[playBtton playState:NO];
[playBtton backTintColor:[UIColor orangeColor]];
[playBtton touchUpInside:^(BOOL play, UIButton *button) {
    NSLog(@"play - %d", play);
}];
[self.view addSubview:playBtton];

Effect

Effect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%