Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PodCode/Classes/CRBoxInputView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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键盘遮挡问题
}];
}

Expand Down