forked from organicmaps/organicmaps
Merge pull request #4950 from igrechuhin/traffic
[traffic] [ios] Fixed traffic states handling.
This commit is contained in:
commit
5060e263fb
1 changed files with 1 additions and 6 deletions
|
@ -57,17 +57,12 @@ NSArray<UIImage *> * imagesWithName(NSString * name)
|
|||
[ovc addChildViewController:self];
|
||||
[ovc.view addSubview:self.view];
|
||||
[self configLayout];
|
||||
[self refreshAppearance];
|
||||
[MWMTrafficManager addObserver:self];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
[self refreshAppearance];
|
||||
}
|
||||
|
||||
- (void)configLayout
|
||||
{
|
||||
UIView * sv = self.view;
|
||||
|
|
Loading…
Add table
Reference in a new issue