Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyboardManager conflicts with system keyboard movement: How to resolve? #245

Open
make1a opened this issue May 30, 2023 · 0 comments
Open
Labels

Comments

@make1a
Copy link

make1a commented May 30, 2023

When I use

 class InputAccessoryExampleViewController: CommonTableViewController {
    
    // MARK: - Properties
    
    override var inputAccessoryView: UIView? {
        return inputBar
    }
    
    override var canBecomeFirstResponder: Bool {
        return true
    }
    
    // MARK: - View Life Cycle

    override func viewDidLoad() {
        super.viewDidLoad()
    }
    
}

I can touch the inputBar to make the system keyboard move down with my gesture. However, our design strongly requires that I have the same effect when using keyboardManager, instead of sliding down to the system keyboard before it moves down. How can I implement this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant