nathantannar4 / InputBarAccessoryView

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
MIT License
1.17k stars 229 forks source link

Compatible with PIPKit #220

Closed fukemy closed 2 years ago

fukemy commented 2 years ago

Hi, as using chatApp with call function, we want to minimize callVC to take user easy to do anything what they want. So i chosen PipKit(https://github.com/Kofktu/PIPKit)

As current code, i added CallVC as ChildViewController, it's work normally without messageinputbar problem, when changed to using PipKit, it's add CallVC as subview into window, so it's make problem with messageInputBar

I want to ask can i solved this? I dont know why messageInputBar does not disappear

Kaspik commented 2 years ago

You have ot override the inputBarAccessoryView for the owner controller.