From 6a1d3b0db3e2b65c51741f492149325020cf045b Mon Sep 17 00:00:00 2001 From: ahuinee Date: Mon, 29 Mar 2021 21:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=9B=A0IQKeyboardM?= =?UTF-8?q?anager=E5=AF=BC=E8=87=B4=E9=94=AE=E7=9B=98=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PodCode/Classes/CRBoxInputView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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键盘遮挡问题 }]; }