i have one Greeting card application in which i have one view as image i want to copy that image and paste it to to native SMS application.
so i need to code for copy image from application. so i can paste it in SMS Native application.开发者_如何学Python
iOS does not allow this. You can do it with plaintext, but not binary data (like an image).
To open the Messages app, you can construct an sms://
URL and invoke -[UIApplication openURL:]
, but that's it.
If you'd like this ability to be in a future version of iOS, please file a bug report and it'll be considered.
it is possible or not that we can copy the content of view so that we can paste that content to native SMS application because i see one application cartolina card in that application it it possible that paste card in SMS application.
精彩评论