0
我正在嘗試創建一個應用程序,該應用程序會創建一個隨機圖像按鈕,並且代碼有效。當我的應用程序生成一個圖像,我想創建一個按鈕,我可以發送一封電子郵件,附帶的屏幕截圖...我知道這兩個行爲的代碼,但是當我把它們放在控制器h和m中時,有很多錯誤...請幫助我!Xcode隨機圖像按鈕和電子郵件按鈕
@interface __3_ProductionsViewController : UIViewController
<MFMailComposeViewControllerDelegate>
-(IBAction)openMail:(id)sender;
-(IBAction)randomimagebutton;
{
IBOutlet UIImageView *imageview;
}
@end
你可以發佈你所得到的錯誤的連接 – MobileOverlord 2012-01-31 13:06:15