InputBarAccessoryView icon indicating copy to clipboard operation
InputBarAccessoryView copied to clipboard

How to switch keyboard out for another inputview

Open Hartistic opened this issue 5 years ago • 1 comments

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.

Hartistic avatar Oct 16 '19 23:10 Hartistic

I think you want to implement your own inputView. https://developer.apple.com/documentation/uikit/uiresponder/1621092-inputview

This is different from an inputAccessoryView

nathantannar4 avatar Oct 21 '19 05:10 nathantannar4