Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 757 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 757 Bytes

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