Skip to content

Commit

Permalink
Hide the debug hud.
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurDart committed May 1, 2014
1 parent 8f27e1a commit f0f7278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kxmovie.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
);
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE = "F7D87EB9-8C75-4EE9-AB3B-466913B9C8CB";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = ffmpeg;
Expand Down Expand Up @@ -478,7 +478,7 @@
"\"$(SRCROOT)/libs/FFmpeg\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE = "F7D87EB9-8C75-4EE9-AB3B-466913B9C8CB";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = ffmpeg;
Expand Down
1 change: 1 addition & 0 deletions kxmovie/KxMovieViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ - (void)loadView
_messageLabel = [[UILabel alloc] initWithFrame:CGRectMake(20,40,width-40,40)];
_messageLabel.backgroundColor = [UIColor clearColor];
_messageLabel.textColor = [UIColor redColor];
_messageLabel.hidden = YES;
_messageLabel.font = [UIFont systemFontOfSize:14];
_messageLabel.numberOfLines = 2;
_messageLabel.textAlignment = NSTextAlignmentCenter;
Expand Down

0 comments on commit f0f7278

Please sign in to comment.