Skip to content

Commit

Permalink
Merge pull request domesticcatsoftware#43 from jamessa/master
Browse files Browse the repository at this point in the history
fixed really minor but confusing description for 1st user.
  • Loading branch information
domesticcatsoftware committed May 31, 2012
2 parents acbfd42 + 93630f3 commit d61a60f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit d61a60f

Please sign in to comment.