PendulumView icon indicating copy to clipboard operation
PendulumView copied to clipboard

Pendulum balls

PendulumView

Pendulum balls inspired by Jordi Verdu.

Build Status

The color and diameter of the pendulum balls are customizable, and it will start animating once it shows up in the view.

It could be used as an indicator of an empty loading page, or just for fun.

Usage

PendulumView *pendulum = [[PendulumView alloc] initWithFrame:self.view.bounds ballColor:ballColor ballDiameter:12];
[self.view addSubview:pendulum];

A Quick Peek

screenshots