Mail on iOS 15 has a new inputAccessoryView that combines typing suggestions with other action buttons such as text formatting, attachments etc. By default the typing suggestions are displayed with an arrow at the right edge of the view:
Which when tapped reveals the other actions:
I've checked the inputAccessoryView documentation and also reviewed WWDC 2021 sessions but can't find anything new in this regard. What would be the best way to achieve this?

