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

Issue when using InputBarAccessoryView as Subview on presented VC #279

Open
bianconeri11 opened this issue Jan 23, 2025 · 0 comments
Open
Labels

Comments

@bianconeri11
Copy link

Hey guys,
facing an issue when using your InputBarAccessoryView as Subview, issue occurs after moving from 6.3.0 to 6.5.1
it also occurs on you example App

  • 6.5.1
  • 18.0
  • 5.0
  • Device + Simulator iphone16
  • Yes, when present controller instead of push

in InputBarStyleSelectionController change from push to present with automatic presentation style

        case 2:
            let controller = SubviewExampleViewController(style: styles[indexPath.row], conversation: convo)
            controller.modalPresentationStyle = .automatic
            navigationController?.present(controller, animated: true)

Start the example App and open Controller

---> bar does not pin to keyboard

Any advice from your side?

Thanks in advance
best regards
Andi

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