Thanks for the reply.
Hm, I think I'm getting there. Now I'm hung up on a few errors:
Code:
"syntax error before ';' token:"
UIAccelerometer *accel = [[UIAccelerometer sharedAccelerometer];
accel.delegate = self;
"'didReceiveMemoryWarning' undeclared (first use in this function):"
"syntax error before '{' token:"
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning]; // Releases the view if it doesn't have a superview
// Release anything that's not essential, such as cached data
}
Thanks again.