0
votes

I have a uitextview inserted programmatically in a toolbar anchored to the bottom of the view. Whenever the keyboard appears the textview tracks above the keyboard and removes itself from the toolbar, to which it never returns but instead continues to track above the keyboard when the keyboard is called from other textviews. The textview is not set as an input accessory view and it is not called as the first responder in any functions. Has anyone else seen this problem and does anyone have a solution? Please advise, and thanks

1

1 Answers

0
votes

I had named my textView inputAccessoryView for legacy reasons. Changing the name solved the problem.