I want to send message with image data. So I used MFMessageComposeViewController
.
But that controller provide only SMS service. So I used UIPasteBoard
attached an image data.
But It doesn't work, either. There are no "Paste" button created when typing messages. Attaching image at UIPasteBoard
was clearly success.
I think using MFMessageComposeViewController
doesn't solve my problem.
How can I accomplish my goal?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…