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