ここで私の問題は、サイズ uilaertview をデクリメントする方法ですか?
ありがとう
UIAlertView *alert = [[UIAlertView alloc] initWithFrame:CGRectMake(0, 0, 320, 100)];
alert.title = @"Terms of Service";
alert.message = @"\n\n\n\n\n\n\n\n\n";
alert.delegate = self;
[alert addButtonWithTitle:@"Cancel"];
[alert addButtonWithTitle:@"Review"];
[alert addSubview:textView];
[alert show];