#import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // メール送信ボタン配置 [self setSendToMailButton]; } // メール送信ボタン配置 - (void)setSendToMailButton { UIButton *sendToMailButton = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [sendToMailButton setTitle:@"Open Mailer" forState:UIControlStateNormal]; [sendToMailButton sizeT