Anyone else notice any issues using inputAccessoryViews ? In our app, we use them to place a toolbar (Next / Prev / Done) above the keyboard.
In iOS 12, they appear fine.
In iOS 13 Beta 5, the inputAccessoryViews do not appear. When dismissing the keyboard on the last field, the inputAccessoryView for the last field appears for a split second, scrolling down from above the top of the screen. Once the full height of the inputAccessoryView shows then it disappears.
I also notice that SELECT elements in HTML viewed in a WKWebView (presented as a spinner at the bottom of the screen) is missing the toolbar above the spinner (Up arrow, down error, Done button) that normally appears in iOS 12.