Skip to content

Commit

Permalink
Updated the Demo app.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismiles committed May 9, 2011
1 parent 92aafaa commit 9da58c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demo/CMPopTipViewDemo.xcodeproj/project.pbxproj
Expand Up @@ -263,7 +263,7 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 3.2;
IPHONEOS_DEPLOYMENT_TARGET = 3.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PREBINDING = NO;
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion Demo/Shared/Demo1ViewController.m
Expand Up @@ -152,7 +152,7 @@ - (void)viewDidLoad {
@"A CMPopTipView works fine in both iPhone and iPad interfaces.", [NSNumber numberWithInt:16],
// Nav bar buttons
@"This CMPopTipView is pointing at a leftBarButtonItem of a navigationItem.", [NSNumber numberWithInt:21],
@"A CMPopTipView can point to any navigationItem bar button items.", [NSNumber numberWithInt:22],
@"Two popup animations are provided: slide and pop. Tap other buttons to see them both.", [NSNumber numberWithInt:22],
// Toolbar buttons
@"CMPopTipView will automatically point at buttons either above or below the containing view.", [NSNumber numberWithInt:31],
@"The arrow is automatically positioned to point to the center of the target button.", [NSNumber numberWithInt:32],
Expand Down

0 comments on commit 9da58c6

Please sign in to comment.