[ios] Line update after changing metrics

This commit is contained in:
Igor Khmurets 2014-07-07 16:59:01 +02:00 committed by Alex Zolotarev
parent 1e35f5a6f8
commit b028c55b98

View file

@ -10,6 +10,7 @@
#include "../../../platform/preferred_languages.hpp"
#import "MapViewController.h"
#import "MapsAppDelegate.h"
#import "Framework.h"
typedef NS_ENUM(NSUInteger, Section)
{
@ -39,6 +40,12 @@ typedef NS_ENUM(NSUInteger, Section)
[super viewWillAppear:animated];
}
- (void)viewWillDisappear:(BOOL)animated
{
[super viewWillDisappear:animated];
GetFramework().Invalidate(true);
}
#pragma mark - Table view data source
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView