glace
glace

Reputation: 2210

Custom Keyboard In-App in Swift

Simple question: Is there a way to customize keyboards in Swift?

What i want: A keyboard with 0-9, delete, comma and +/- buttons

Default Keyboards are either missing the comma or comma and +/- buttons

Any help would be appreciated

Upvotes: 1

Views: 880

Answers (1)

wp_fanboy
wp_fanboy

Reputation: 61

Probably your best approach is to take the Decimal Keyboard as it is, and add the few additional functionality you need with an accessoryView. With this you can design a new row on top of the keyboard

Upvotes: 2

Related Questions