Commit 881d547d5743586289674306f2ece184d8a6316d

Authored by nvtu11790@gmail.com
1 parent f4db6e55e0
Exists in master

Set default when start history view is walking mode

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

LifeLog/LifeLog/HistoryViewController.m
... ... @@ -65,6 +65,7 @@
65 65 NSArray *modeTitle = [NSArray arrayWithObjects:NSLocalizedString(@"lifelog.history.mode.1", nil), NSLocalizedString(@"lifelog.history.mode.2", nil), NSLocalizedString(@"lifelog.history.mode.3", nil), nil];
66 66 [self.viewCollectionMode setButtonNumber:modeTitle.count];
67 67 [self.viewCollectionMode setSpacing:0];
  68 + [self.viewCollectionMode setSelectedIndex:1];
68 69 [self.viewCollectionMode setCornerRadius:0];
69 70 [self.viewCollectionMode setNormalColor:[Utilities convertHecToColor:0x191919] highlightColor:[Utilities convertHecToColor:0x474747] textColor:[UIColor whiteColor]];
70 71 [self.viewCollectionMode setArrayTitle:modeTitle];