修改UI
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
[self.topBar mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.right.equalTo(self);
|
||||
make.top.equalTo(self.mas_top).offset(0);
|
||||
make.bottom.equalTo(self.keyboardView.mas_top).offset(-barSpacing);
|
||||
make.bottom.equalTo(self.keyboardView.mas_top).offset(0);
|
||||
}];
|
||||
// 功能面板切换交由外部控制器处理;此处不直接创建/管理
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user