UIAlertView上的拼写检查程序

时间:2017-03-24 00:49:40

标签: xcode

是否可以在基本UIAlertView上使用拼写检查,例如:

UIAlertView *alert = [[UIAlertView alloc]initWithTitle: @"title" message:@"alert text" delegate: self cancelButtonTitle:@"OK" otherButtonTitles: nil];
alert.alertViewStyle = UIAlertViewStylePlainTextInput;
[alert show];

0 个答案:

没有答案