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
Now the app have view controller has the tableview to show realtime chat message and we added InputBarAccessoryView and implement it and it working .
but we have a search bar when this search bar get focus and user type in the InputBarAccessoryView and the input text disappear from the screen and even in the debug view hierarchy
as the attached images:
before the search bar get focus the input text appears :
after the search bar focused and the user type :
so I need to show the InputBarAccessoryView again after the user finish searching
What version of InputBarAccessoryView are you using? 6.3.0
What version of iOS are you running on? 17.0.3
What version of Swift are you running on? 5.0
What device(s) are you testing on? Are these simulators? iPhone 12 Pro Max, no
When using InputBarAccessoryView as an inputAccessoryView of a UIViewController, you should be making the view controller the first responder. It is expected that when it is not the first responder, the input bar is hidden.
Dears,
Now the app have view controller has the tableview to show realtime chat message and we added InputBarAccessoryView and implement it and it working .
but we have a search bar when this search bar get focus and user type in the InputBarAccessoryView and the input text disappear from the screen and even in the debug view hierarchy
as the attached images:
before the search bar get focus the input text appears :
after the search bar focused and the user type :
so I need to show the InputBarAccessoryView again after the user finish searching
I used this before focus searchbar
and this after the user end search or clicks the cancel button:
and still not visible to the user
Thanks
The text was updated successfully, but these errors were encountered: