문제

I want to share my app Info. programmatically like iTunes app does, like these pics show

When we click on this button

enter image description here

----------------------------------------------iTunes app load it's info in MFMailComposer like this

enter image description here

Can we do like this programmatically.

도움이 되었습니까?

해결책

It looks to me like all it does is it opens an MFMailComposerViewController with the body of the message set to some HTML.

Just use setMessageBody:isHTML:

with isHTML set to true.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top