api for showing native calculator in iOS app

后端 未结 2 519
不知归路
不知归路 2020-12-11 06:54

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?

相关标签:
2条回答
  • 2020-12-11 07:21

    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)

    0 讨论(0)
  • 2020-12-11 07:29

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

    0 讨论(0)
提交回复
热议问题