diff --git a/DCIntrospectDemo/DCIntrospectDemo/DCIntrospectDemoAppDelegate.m b/DCIntrospectDemo/DCIntrospectDemo/DCIntrospectDemoAppDelegate.m index b70ee52..4135c01 100644 --- a/DCIntrospectDemo/DCIntrospectDemo/DCIntrospectDemoAppDelegate.m +++ b/DCIntrospectDemo/DCIntrospectDemo/DCIntrospectDemoAppDelegate.m @@ -16,7 +16,7 @@ @implementation DCIntrospectDemoAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // create a custom tap gesture recognizer so introspection can be invoked from a device - // this one is a three finger double tap + // this one is a two finger triple tap UITapGestureRecognizer *defaultGestureRecognizer = [[[UITapGestureRecognizer alloc] init] autorelease]; defaultGestureRecognizer.cancelsTouchesInView = NO; defaultGestureRecognizer.delaysTouchesBegan = NO;