Skip to content

Commit

Permalink
Hide the status bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurDart committed May 1, 2014
1 parent b889567 commit ff315cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KxMovieExample/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ - (void)loadView
[self.view addSubview:self.tableView];
}

- (BOOL)prefersStatusBarHidden { return YES; }

- (void)viewDidLoad
{
[super viewDidLoad];
Expand Down
2 changes: 2 additions & 0 deletions kxmovie/KxMovieViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ + (void)initialize
gHistory = [NSMutableDictionary dictionary];
}

- (BOOL)prefersStatusBarHidden { return YES; }

+ (id) movieViewControllerWithContentPath: (NSString *) path
parameters: (NSDictionary *) parameters
{
Expand Down

0 comments on commit ff315cf

Please sign in to comment.