Skip to content

Commit

Permalink
Quell analyzer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jan 15, 2015
1 parent 3e127e9 commit fe97919
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Classes/ios/MTMultipleViewController.m
Expand Up @@ -41,14 +41,10 @@ - (void)setupInitialState {


- (void)viewDidLoad {
[super viewDidLoad];
[self makeViewControllerVisible:self.viewControllers[self.selectedIndex]];
}

- (void)viewDidUnload {
[self makeViewControllerInvisible:self.viewControllers[self.selectedIndex]];
}


#pragma mark - Public access methods

- (NSArray *)viewControllers {
Expand Down Expand Up @@ -135,4 +131,4 @@ - (void)makeViewControllerInvisible:(UIViewController *)oldController {
[oldController endAppearanceTransition];
}

@end
@end

0 comments on commit fe97919

Please sign in to comment.