SkillAgentSearch skills...

DeformationButton

Share loading button.

Install / Use

/learn @LuciusLu/DeformationButton
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

demo

Alt text Alt text

Installation

Available in CocoaPods

pod 'DeformationButton'


import

#import "DeformationButton.h"


code

DeformationButton *deformationBtn = [[DeformationButton alloc]initWithFrame:CGRectMake(100, 100, 140, 36) withColor:[self getColor:@"e13536"]];
[self.view addSubview:deformationBtn];

[deformationBtn.forDisplayButton setTitle:@"微博注册" forState:UIControlStateNormal];
[deformationBtn.forDisplayButton.titleLabel setFont:[UIFont systemFontOfSize:15]];
[deformationBtn.forDisplayButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
[deformationBtn.forDisplayButton setTitleEdgeInsets:UIEdgeInsetsMake(0, 6, 0, 0)];
[deformationBtn.forDisplayButton setImage:[UIImage imageNamed:@"微博logo.png"] forState:UIControlStateNormal];

[deformationBtn addTarget:self action:@selector(btnEvent) forControlEvents:UIControlEventTouchUpInside];

Thanks for MMMaterialDesignSpinner

View on GitHub
GitHub Stars326
CategoryDevelopment
Updated1mo ago
Forks52

Languages

Objective-C

Security Score

95/100

Audited on Feb 10, 2026

No findings