5

I have to create app which has requirement to integrate calculator. I want to know that is there any api which will show a calculator. or i have to create the calculator?

I searched on google but it was showing me calculator application.

Thanks in advance

KodeKiller
  • 240
  • 2
  • 12

2 Answers2

6

NO, You have create the calculator and integrate it with application

Rahul Juyal
  • 2,124
  • 1
  • 16
  • 33
1

I don't believe there is any particular API for interacting with the built-in calculator.

You are also unable to launch other applications from within your application, unless you are using URL Schemes (here is a long list of supported schemes), so you will need to create your own calculator.

Here is a similar question: Launch an app from within another (iPhone)

Community
  • 1
  • 1
Adam
  • 1,172
  • 1
  • 8
  • 12