Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
removed applicationDidChangeStatusBarFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Dunsby committed Aug 4, 2016
1 parent 7cb7900 commit db5a180
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions TLYShyNavBar/TLYShyNavBarManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ - (instancetype)init
selector:@selector(applicationDidBecomeActive:)
name:UIApplicationDidBecomeActiveNotification
object:nil];

[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(applicationDidChangeStatusBarFrame:)
name:UIApplicationDidChangeStatusBarFrameNotification
object:nil];
}
return self;
}
Expand Down Expand Up @@ -434,11 +429,6 @@ - (void)applicationDidBecomeActive:(NSNotification *)notification
}
}

- (void)applicationDidChangeStatusBarFrame:(NSNotification *)notification
{
[self.navBarController expand];
}

@end

#pragma mark - UIViewController+TLYShyNavBar category
Expand Down

0 comments on commit db5a180

Please sign in to comment.