CRBoxInputView icon indicating copy to clipboard operation
CRBoxInputView copied to clipboard

在与IQKeyboardmanager一起使用时,结束输入 页面会上移

Open LittleXu opened this issue 2 years ago • 2 comments

LittleXu avatar Mar 25 '22 10:03 LittleXu

我也遇到了同样的问题,版本1.2.2

dodolook avatar Nov 28 '22 07:11 dodolook

No description provided.

#pragma mark - Life Cycle Methods

  • (void)viewWillAppear:(BOOL)animated {

    [super viewWillAppear:animated]; [[IQKeyboardManager sharedManager] setEnable:NO]; }

  • (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; [[IQKeyboardManager sharedManager] setEnable:YES]; } 做个特殊处理

dodolook avatar Nov 28 '22 07:11 dodolook