mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 01:32:56 +02:00
Missing super calls
This commit is contained in:
@@ -227,6 +227,7 @@
|
|||||||
|
|
||||||
- (void)viewWillAppear:(BOOL)animated
|
- (void)viewWillAppear:(BOOL)animated
|
||||||
{
|
{
|
||||||
|
[super viewWillAppear:animated];
|
||||||
[self.navigationController setToolbarHidden:false animated:false];
|
[self.navigationController setToolbarHidden:false animated:false];
|
||||||
self.navigationController.toolbar.disableCompactLayout = true;
|
self.navigationController.toolbar.disableCompactLayout = true;
|
||||||
}
|
}
|
||||||
|
@@ -147,6 +147,7 @@ static NSString *const tips[] = {
|
|||||||
[UIView animateWithDuration:0.25 animations:^{
|
[UIView animateWithDuration:0.25 animations:^{
|
||||||
_effectView.alpha = 0;
|
_effectView.alpha = 0;
|
||||||
}];
|
}];
|
||||||
|
[super viewWillDisappear:animated];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewDidLayoutSubviews
|
- (void)viewDidLayoutSubviews
|
||||||
|
@@ -509,6 +509,7 @@ contextMenuConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath
|
|||||||
- (void)viewWillAppear:(BOOL)animated
|
- (void)viewWillAppear:(BOOL)animated
|
||||||
{
|
{
|
||||||
[self.tableView reloadData];
|
[self.tableView reloadData];
|
||||||
|
[super viewWillAppear:animated];
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
@@ -324,6 +324,7 @@ contextMenuConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath
|
|||||||
- (void)viewWillAppear:(BOOL)animated
|
- (void)viewWillAppear:(BOOL)animated
|
||||||
{
|
{
|
||||||
[self.tableView reloadData];
|
[self.tableView reloadData];
|
||||||
|
[super viewWillAppear:animated];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString *)rootPath
|
- (NSString *)rootPath
|
||||||
|
@@ -99,6 +99,7 @@
|
|||||||
- (void)viewWillAppear:(BOOL)animated
|
- (void)viewWillAppear:(BOOL)animated
|
||||||
{
|
{
|
||||||
[self.tableView reloadData];
|
[self.tableView reloadData];
|
||||||
|
[super viewWillAppear:animated];
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Reference in New Issue
Block a user