Tabman
Tabman copied to clipboard
InputAccessoryView Doesn't Work with Tabman
I have two view controllers side by side using Tabman. One of them is a chat view controller (ChannelLogController) which has a messageInputBar. I'm trying to use InputAccessoryView with the messageInputBar but I keep getting this error message:
Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency', reason: 'child view controller:<UICompatibilityInputViewController: 0x7ffbfd898c70> should have parent view controller:<space_ios.ChannelLogController: 0x7ffbfc025e00> but requested parent is:<UIInputWindowController: 0x7ffbfd0a9a00>'
Anyone know how this can be fixed?