Skip to content

❤️点赞动画,点赞星星,点赞爱心,抖音点赞 ❤️

License

Notifications You must be signed in to change notification settings

xjh093/JHLikeButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHLikeButton

❤️点赞动画,点赞星星,点赞爱心,抖音点赞 ❤️


What

image


Usage

    JHLikeButton *likeButton = [[JHLikeButton alloc] init];
    likeButton.frame = CGRectMake(150, 200, 40, 40);
    likeButton.type = JHLikeButtonType_Star;
    [likeButton prepare];
    likeButton.clickBlock = ^(BOOL like) {
        if (like) {
            NSLog(@"yes");
        }else{
            NSLog(@"no");
        }
    };
    [self.view addSubview:likeButton];

About

❤️点赞动画,点赞星星,点赞爱心,抖音点赞 ❤️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published