Show status bar in examples

This commit is contained in:
Michael Schneider
2016-03-02 06:53:55 -08:00
parent f4925a107c
commit 9291372c7f
17 changed files with 0 additions and 83 deletions

View File

@@ -63,11 +63,6 @@
_textNode.frame = CGRectMake(0, 20, self.view.bounds.size.width, (self.view.bounds.size.height / 2) - 40);
}
- (BOOL)prefersStatusBarHidden
{
return YES;
}
- (void)tap:(UITapGestureRecognizer *)sender
{
// dismiss the keyboard when we tap outside the text field