IOS点赞效果按钮源代码下载

时间:2021-01-18 09:45:51
【文件属性】:

文件名称:IOS点赞效果按钮源代码下载

文件大小:226KB

文件格式:ZIP

更新时间:2021-01-18 09:45:51

IOS点赞效果

#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 } }];


【文件预览】:
CatZanButton-master
----CatZanButton.podspec(592B)
----README.md(1KB)
----LICENSE(1KB)
----ScreenRecord.gif(187KB)
----CatZanButton()
--------AppDelegate.h(275B)
--------ViewController.h(241B)
--------Base.lproj()
--------UnZan.png(10KB)
--------Zan.png(12KB)
--------CatZanButton()
--------main.m(332B)
--------Images.xcassets()
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.m(949B)
----CatZanButtonTests()
--------CatZanButtonTests.m(872B)
--------Info.plist(746B)
----.travis.yml(190B)
----CatZanButton.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
--------xcshareddata()
--------xcuserdata()

网友评论