クラッシュログ
-[UIAlertView displayScrollerIndicators]: unrecognized selector sent to instance 0x1fbaf120
コードは次のとおりです。
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Some info",nil) message:str delegate:self cancelButtonTitle:NSLocalizedString(@"Close", nil) otherButtonTitles: nil];
alert.tag = 12345;
[alert show];
str
文字を含む巨大な複数行テキストはどこにありますか\n
。