Can I add a button below the native decimal keyboard pad in SwiftUI?

33 Views Asked by At

Is there way to add a button below the native keyboard in SwiftUI? The button should be pinned to the bottom of the keyboard per requirements. Looks like the ToolbarItemGroup can only pin items to the top of the keyboard. I've searched around and doesn't look like this is possible without building a custom keyboard?

I've attached an image of what I'd like to build below:

enter image description here

0

There are 0 best solutions below