I use input accessory view
for my viewController
to dock the view at the bottom of the screen and stick with the keyboard.
All works fine, except that when an alert
is shown, the input accessory view
gets hidden. It is revealed again on dismissing the alert
.
This results in an undesirable glitch.
I tried using the [alertView show]
API and also the new alertController
API. Issue exists in both cases. I need support from iOS7.0
.
Please provide your valuable comments or a solution to this problem.