SkillAgentSearch skills...

LazyFadeInView

A cool way to animate the appearance of a label.

Install / Use

/learn @itouch2/LazyFadeInView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LazyFadeInView

LazyFadeInView is a cool way to animate the appearance of a label. This effect is a clone of Secret app. You can find Swift version in here

Build Status Pod Version Platform License

Usage

To use LazyFadeInView, create a LazyFadeInView and add it to your view. It will animate to show up once it's text is set.

An example of making a lazy fade in view:

LazyFadeInView *fadeInView = [[LazyFadeInView alloc] initWithFrame:CGRectMake(20, 120, 280, 200)];
self.fadeInView.text = @"Stray birds of summer come to my window to sing and fly away.";
self.fadeInView.textColor = [UIColor whiteColor];
[self.view addSubview:self.fadeInView];

Podfile

CocosPods is the recommended method to install LazyFadeInView, just add the following line to Podfile

pod 'LazyFadeInView', '~> 1.0.0'

and run pod install, then you're all done!

A Quick Peek

screenshots

License

LazyFadeInView is available under the MIT license, see the LICENSE file for more information.

View on GitHub
GitHub Stars419
CategoryDevelopment
Updated6mo ago
Forks46

Languages

Objective-C

Security Score

87/100

Audited on Sep 16, 2025

No findings