开发者

MFMailComposeController

开发者 https://www.devze.com 2022-12-13 14:36 出处:网络
i m trying to implement MFMailViewComposeViewController... but getting some following error plz tell wh开发者_C百科y this is happing.. i am new to iPhone...

i m trying to implement MFMailViewComposeViewController... but getting some following error plz tell wh开发者_C百科y this is happing.. i am new to iPhone...

Line Location Tool:0: ".objc_class_name_MFMailComposeViewController", referenced from: Line Location Tool:0: symbol(s) not found Line Location Tool:0: literal-pointer@__OBJC@__cls_refs@MFMailComposeViewController in FriendShoppingListViewController.o

thanks in advance if possible provide the code..


You have to import MessageUI.framework to your project to make MFMailViewComposeViewController work.

0

精彩评论

暂无评论...
验证码 换一张
取 消