You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:letcontroller=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
The text was updated successfully, but these errors were encountered:
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
in InputBarStyleSelectionController change from push to present with automatic presentation style
Start the example App and open Controller
---> bar does not pin to keyboard
Any advice from your side?
Thanks in advance
best regards
Andi
The text was updated successfully, but these errors were encountered: