UIView *cv = [[UIView alloc] initWithFrame:CGRectMake(0, 0, _customKBView.frame.size.width, _customKBView.frame.size.height)];
cv.backgroundColor = [UIColor blueColor];
[cv addSubview:_customKBView];
_fakeTxtView.inputView = cv;
[_fakeTxtView becomeFirstResponder];