|
@@ -105,13 +105,15 @@
|
|
|
}];
|
|
|
|
|
|
[backBtn mas_remakeConstraints:^(MASConstraintMaker *make) {
|
|
|
- make.top.mas_equalTo(80.f);
|
|
|
+ //make.top.mas_equalTo(80.f);
|
|
|
+ make.bottom.mas_equalTo(-80.f);
|
|
|
make.width.and.height.mas_equalTo(40.f);
|
|
|
make.left.mas_equalTo(0);
|
|
|
}];
|
|
|
|
|
|
[mueBtn mas_remakeConstraints:^(MASConstraintMaker *make) {
|
|
|
- make.bottom.mas_equalTo(-80.f);
|
|
|
+ //make.bottom.mas_equalTo(-80.f);
|
|
|
+ make.top.mas_equalTo(80.f);
|
|
|
make.width.and.height.mas_equalTo(40.f);
|
|
|
make.left.mas_equalTo(0);
|
|
|
}];
|