I know how to display a dialog on launch, but what about when the user first touches the screen? I read in the documentation that you use
Code:
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
but I don't know you how would combine that with
Code:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle: