CatZanButton Save

An animation button for "赞/Zan"

Project README

CatZanButton

Build Status Version Platform License

Introduction

CatZanButton is easy to create a zan button with cool animation

ScreenRecords

ScreenShots1

Installation

CatZanButton is available on CocoaPods.Just add the following to your project Podfile:

pod 'CatZanButton'

#Usage

#import "CatZanButton"

CatZanButton *zanBtn=[[CatZanButton alloc] initWithFrame:CGRectMake(0, 0, 50, 50) zanImage:[UIImage imageNamed:@"Zan"] unZanImage:[UIImage imageNamed:@"UnZan"]];
[zanBtn setCenter:self.view.center];
[self.view addSubview:zanBtn];

[zanBtn setClickHandler:^(CatZanButton *zanButton) {
  if (zanButton.isZan) {
    //Do something
  }else{
    //Do something
  }
}];

Open Source Agenda is not affiliated with "CatZanButton" Project. README Source: imkcat/CatZanButton
Stars
100
Open Issues
0
Last Commit
8 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating