Basic screensaver that displays the vintage rainbow Apple logo against a black background. The logo jumps to a new random position on the screen every 10 seconds.
- Open the project in XCode and click "Build"
- Double-click the
AppleLogo.saver
file - You should be prompted to install the screensaver
Change the line:
static const float kLogoScale = 0.2; // fraction of the screen to occupy
Change the line:
[self setAnimationTimeInterval:10.0];
setAnimationTimeInterval
is in seconds.