我在UIAlertView遇到麻烦。在iOS6中它的工作正常但在iOS7中 有时它会出现在屏幕中央,有些时候出现在左侧。 任何建议如何修复它?还是苹果虫?正如我正在使用 原生UIAlertView initWithTitle方法。
这是代码
infoAlert = [[UIAlertView alloc] initWithTitle:title
message:message delegate:nil
cancelButtonTitle:@"Ok" otherButtonTitles:nil, nil];