The lightest-weight shimmer effect implementation for iOS. Just simple horizontal shimmer effect for anything you can add into a UIView (RPShimmerView). Easier to install and use than facebook shimmer.
Step1: Copy .h and .m files of "RPShimmerView" and "RPShimmerLayer" into your project.
Done!
Step1: Create a RPShimmerView instance;
Step2: Add anything you want to shimmer onto the RPShimmerView instance;
Step3: Add the RPShimmerView to your viewcontroller's view.
Done!
Author: KevinGG, RightPaw.