我是SQL Server管理工作室2012的新手
现在我使用来自服务器的数据,它在我的数据库上有一个白色圆圈
我团队中的4个人使用此服务器,每个人都看到...
我们使用相同的ID登录此服务器...

这是什么意思
请帮我...
我在UIView中有UIAlertView.当发生有关登录的错误时,将显示警报视图.
有时它会按照这张照片在中心位置上工作.

我的代码
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Login Failed" message:exceptionString delegate:nil cancelButtonTitle:@"OK" otherButtonTitles: nil];
[alert show];
Run Code Online (Sandbox Code Playgroud)
但有时它会在这张图片后面的左侧位置上工作.

我只想要中心位置.
如何解决它.谢谢.