InputBarAccessoryView
InputBarAccessoryView copied to clipboard
How to switch keyboard out for another inputview
How would someone swap out the keyboard for a different input view when tapping on an input button. I have a collectionView of photos I would love to show in place of the keyboard. Really struggling with this, any suggestions would be greatly appreciated.
I think you want to implement your own inputView
.
https://developer.apple.com/documentation/uikit/uiresponder/1621092-inputview
This is different from an inputAccessoryView