修改动画
This commit is contained in:
@@ -86,11 +86,11 @@
|
||||
// 输入区域容器
|
||||
[self addSubview:self.inputContainer];
|
||||
[self.inputContainer mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.top.equalTo(self.statusLabel.mas_bottom).offset(12);
|
||||
// make.top.equalTo(self.statusLabel.mas_bottom).offset(12);
|
||||
make.left.equalTo(self).offset(20);
|
||||
make.right.equalTo(self).offset(-20);
|
||||
make.height.mas_equalTo(50);
|
||||
make.bottom.lessThanOrEqualTo(self).offset(-16);
|
||||
make.bottom.lessThanOrEqualTo(self).offset(-10);
|
||||
}];
|
||||
|
||||
UILongPressGestureRecognizer *longPress =
|
||||
|
||||
Reference in New Issue
Block a user