We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cf99a commit 86b2b57Copy full SHA for 86b2b57
1 file changed
BitStoreToday/TodayViewController.m
@@ -96,7 +96,7 @@ - (void)viewWillAppear:(BOOL)animated {
96
_bigChart.colorYaxisLabel = [UIColor whiteColor];
97
_bigChart.alphaBackgroundYaxis = 0.5;
98
[_bigChartContainer addSubview:_bigChart];
99
- UILabel* chartLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 110, self.view.bounds.size.width - 20, 20)];
+ UILabel* chartLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 115, self.view.bounds.size.width - 20, 20)];
100
chartLabel.text = @"24h BTC / USD";
101
chartLabel.textAlignment = NSTextAlignmentCenter;
102
chartLabel.font = [UIFont systemFontOfSize:12];
0 commit comments