Hi -
I've run into an issue that I'm sure others have handled before(?)
I use IQKeyboardManager which works great - but it doesn't work with UITableViewControllers. No problem as UITableViewControllers seem to handle the keyboard side of things...
However, I have two instances in my app whereby I have a UITableView on an embedded container which is on a UIViewController. Now it seems the TableView isn't dealing with the keyboard which means I have to.
Wondering if anyone wouldn't mind sharing some tips on how to approach handling this situation.
Many Thanks
Pat