崩溃日志
-[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