Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
张有为 authored and 张有为 committed May 16, 2017
1 parent 7393030 commit d6bbe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZYWChart/Controller/CandleCrossScreenVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ -(void)addBottomView
_bottomView = [UIView new];
[_scrollView addSubview:_bottomView];
[_bottomView mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.equalTo(_technicalView.mas_bottom).offset(heightradio);
make.top.equalTo(_technicalView.mas_bottom).offset(widthradio);
make.left.right.equalTo(_candleChartView);
make.height.equalTo(@((DEVICE_WIDTH-70)*BottomViewScale));
}];
Expand Down

0 comments on commit d6bbe83

Please sign in to comment.