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
In my case I have UITableView + a bottom bar, UITableView is scrolling iside visible area and the bottom bar should be moved alongside with keyboard.
How to implement this correctly?
The best result I achieved is to place UITableView and bar inside UIScrollView but it doesn't work properly when tapAnywhereToDismissKeyboard == false