Skip to content

Commit 86b2b57

Browse files
committed
Improved label layout
1 parent c5cf99a commit 86b2b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BitStoreToday/TodayViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ - (void)viewWillAppear:(BOOL)animated {
9696
_bigChart.colorYaxisLabel = [UIColor whiteColor];
9797
_bigChart.alphaBackgroundYaxis = 0.5;
9898
[_bigChartContainer addSubview:_bigChart];
99-
UILabel* chartLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 110, self.view.bounds.size.width - 20, 20)];
99+
UILabel* chartLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 115, self.view.bounds.size.width - 20, 20)];
100100
chartLabel.text = @"24h BTC / USD";
101101
chartLabel.textAlignment = NSTextAlignmentCenter;
102102
chartLabel.font = [UIFont systemFontOfSize:12];

0 commit comments

Comments
 (0)