CaptSaltyJack
Jun 30, 2009, 11:56 PM
I have a UIViewController with this method:
- (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event
{
NSLog(@"FUN");
}
Then I build and run, and invoke a shake gesture (using the iPhone Simulator menu) but nothing happens. Am I missing something?
- (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event
{
NSLog(@"FUN");
}
Then I build and run, and invoke a shake gesture (using the iPhone Simulator menu) but nothing happens. Am I missing something?
