I am fresh to the iPad app development. Now I am developing a calculator. And I want copy my result of the calculation to textEdit or to my mail which is outside the application. How can I do it?
Asked
Active
Viewed 78 times
2 Answers
0
if the text is selectable users should be able to copy and paste the information using the iOS clipboard themselves, this is probably the easiest option if you don't have a specific other application for them to copy to.

smitec
- 3,049
- 1
- 16
- 12
-
can you please explain it more? – elez Dec 16 '11 at 05:50
-
new (post 3.0 I think) versions of iOS have a built in copy paste clipboard. as long as your result is displayed as text (not an image or similar) users can select the text and use the internal copy and paste methods into any other application – smitec Dec 16 '11 at 05:51
-
if it is textfield i can copy and paste to any application. But if it is a label then how can i copy? – elez Dec 16 '11 at 07:02
0
You can use Apple's APIs to send an email and put the result into the body/subject as necessary, this would provide a much nicer user experience.

Community
- 1
- 1

Matt Lacey
- 8,227
- 35
- 58