amirfl
amirfl

Reputation: 1644

Are there any open-source calculator keypads for iOS development?

Does anyone know if there is an already made Objective-c calculator keypad available for use? I'm looking for something that works in conjunction with a native text field. Instead of a native keyboard, it displays a calculator keypad, that lets you perform calculations straight into the native field. This is similar to keypads on some converter apps.

Upvotes: 0

Views: 207

Answers (1)

J2theC
J2theC

Reputation: 4452

You can use the standard keyboard and add a toolbar as the accessory view of your textfield and add some calculator functions of your choice.

Upvotes: 1

Related Questions