Prepare Messages screen.

Customize recents source and recent table cells
This commit is contained in:
giomfo
2015-11-20 18:14:15 +01:00
parent 2e26eb3c2e
commit 10c4b5c10c
10 changed files with 309 additions and 4 deletions
@@ -294,7 +294,7 @@
}
// Hide back button title
self.navigationItem.backBarButtonItem =[[UIBarButtonItem alloc] initWithTitle:NSLocalizedStringFromTable(@"back", @"Vector", nil) style:UIBarButtonItemStylePlain target:nil action:nil];
self.navigationItem.backBarButtonItem =[[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:nil];
}
#pragma mark - MXKDataSourceDelegate