ios – 无法找到’MFMailComposeViewControllerDelegate’的协议
发布时间:2020-12-14 17:40:34 所属栏目:百科 来源:网络整理
导读:这段代码: #import UIKit/UIKit.h#import MapKit/MapKit.h#import MessageUI/MessageUI.h#import "MessageComposerViewController.h"#import MessageUI/MFMailComposeViewController.h@interface MapViewController : UIViewController MFMailComposeViewCo
这段代码:
#import <UIKit/UIKit.h> #import <MapKit/MapKit.h> #import <MessageUI/MessageUI.h> #import "MessageComposerViewController.h" #import <MessageUI/MFMailComposeViewController.h> @interface MapViewController : UIViewController <MFMailComposeViewControllerDelegate> // Add the delegate - (IBAction)showEmail:(id)sender; { IBOutlet MKMapView *mapView; } @property (nonatomic,retain) MKMapView *mapView; @end 这个问题或错误: >无法找到’MFMailComposeViewControllerDelegate’的协议声明;你是说’UIPageViewControllerDelegate’吗? 谢谢你提前. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |