diff --git a/PodCode/Classes/CRBoxInputView.m b/PodCode/Classes/CRBoxInputView.m index 03747be..c7d294d 100755 --- a/PodCode/Classes/CRBoxInputView.m +++ b/PodCode/Classes/CRBoxInputView.m @@ -148,7 +148,7 @@ - (void)loadAndPrepareViewWithBeginEdit:(BOOL)beginEdit [self addSubview:self.textView]; [self.textView mas_makeConstraints:^(MASConstraintMaker *make) { make.width.height.mas_equalTo(0); - make.left.top.mas_equalTo(0); + make.left.bottom.mas_equalTo(0); // 修复 IQKeyboardManager键盘遮挡问题 }]; }