I see one application Cartolina card in that when we click on send as Text button the Native SMS application get open in that we can directly paste the card that we have edit. so i want code that can copy my view as image or anything so i am 开发者_开发技巧able to paste that card in SMS application.
AnyOne can help me for copy content of view. as image.
We can use
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
for paste object in native SMS(Message
) application.
精彩评论