Merge pull request #4950 from igrechuhin/traffic

[traffic] [ios] Fixed traffic states handling.
This commit is contained in:
Vlad Mihaylenko 2016-12-12 11:01:57 +03:00 committed by GitHub
commit 5060e263fb

View file

@ -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;