SkillAgentSearch skills...

YGPulseView

Pulsing animation for UIView

Install / Use

/learn @YGeorge/YGPulseView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

YGPulseView

YGPulseView is Objective-C Category for making pulsing animation with UIView:

alt tag

How to use:


- (void)viewDidLoad {
    [super viewDidLoad];
    self.plusView.layer.cornerRadius = 30;
}

- (void)viewWillAppear:(BOOL)animated {
    [super viewWillAppear:animated];
    [self.plusView startPulseWithColor:[UIColor greenColor] animation:YGPulseViewAnimationTypeRadarPulsing];
}

Related Skills

View on GitHub
GitHub Stars61
CategoryDevelopment
Updated1y ago
Forks11

Languages

Objective-C

Security Score

80/100

Audited on Sep 9, 2024

No findings