文章目录

PendulemView

1
2
3
pendulum = [[PendulumView alloc] initWithFrame:self.view.bounds ballColor:ballColor ballDiameter:35];
pendulum.hidesWhenStopped = NO;
[self.view addSubview:pendulum];
文章目录