Skip to content

yuhuans/YHWaterRippleBtn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YHWaterRippleBtn

自定义按钮纹波效应,它是简单的集成和可定制的组件。

. .

使用说明

拖动文件YHWaterRippleBtn.h/YHWaterRippleBtn.m到您的项目,或者pod 'YHWaterRippleBtn'

YHWaterRippleBtn *btn=[[YHWaterRippleBtn alloc]initWithFrame:CGRectMake(100, 100, 100, 100)];
[btn setTitle:@"button" forState:UIControlStateNormal];
 btn.rippleType=YHWaterRippleBtnTypeInnerCenter;
[self.view addSubview:btn];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published