Commit e835b9fcc8034cf1ab76339f50e20b79de720f52
1 parent
22aac67aa3
Exists in
master
Change value in circle is step
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
LifeLog/LifeLog/HistoryViewController.m
... | ... | @@ -114,7 +114,7 @@ |
114 | 114 | -(void) updateView { |
115 | 115 | HistoryObject * obj = [_curHisArray objectAtIndex:self.viewCollectionMode.getCurrentIndex]; |
116 | 116 | self.lblStep.text = [NSString stringWithFormat:@"%d step", obj.target]; |
117 | - self.lblCircleStep.text = self.lblStep.text; | |
117 | + self.lblCircleStep.text = [NSString stringWithFormat:@"%d step", obj.step]; | |
118 | 118 | self.lblRemaining.text = [NSString stringWithFormat:@"%d step", obj.missing]; |
119 | 119 | self.lblCircleRemain.text = [NSString stringWithFormat:@"目標まであと\n%d stepです", obj.missing]; |
120 | 120 | self.lblPercent.text = [NSString stringWithFormat:@"%0.2f%%", obj.percent]; |