I have a custom view that I am using as inputAccessoryView
for my tableViewController
.
the tableViewControlleris
inside a tabBarViewController
which is inside a navigation controller.
I managed to make the custom view appear correctly as the inputAccessoryView
, appearing at the bottom, and when focused it goes up with the keyboard.
My problem is that it's hiding my tabBar
, I searched but couldn't find anything except for a 2years old unanswered question.
I want my view to appear above the tabBar
, similar to the music app when having a song playing, the song and the play button and the next button appear above the tabBar
not hiding it.
using swift 4.2, Xcode 10.1, iOS 11 target, testing on iOS 12.1 and 12.1.1