Skip to content

itouch2/PendulumView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published