iOS 点赞按钮 CatZanButton
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/ImKcat/CatZanButton
- 软件文档: https://cocoapods.org/pods/CatZanButton
软件介绍
CatZanButton 是一个点赞效果的按钮,使用非常方便
使用:
#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
}
}];
RGB转16进制工具
RGB HEX 互转工具
URL 编码/解码
URL 编码/解码
