Skip to content

ShimmerView is a simple way to make any view have a shimmer effect.

Notifications You must be signed in to change notification settings

mahboud/Shimmery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shimmery

Shimmery is an app built around a UIView class, ShimmerView that allows you to add a Shimmer effect to any view heirarchy.
image

The Shimmer effect could be a way to emphasize a control item, or some task that is in progress.

Usage

To add Shimmer to any view, which would also add shimmer to all of that view's subviews, you merely add the ShimmerView to the mask:

_targetView.maskView = _shimmerView; // or _targetView.view.layer.mask = _shimmerView.layer;

About

ShimmerView is a simple way to make any view have a shimmer effect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published