我的 iOS7 应用程序在 UIActionSheet 中有一个奇怪的视觉错误。如下所示。有什么想法吗?
代码:
UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:nil delegate:self cancelButtonTitle:@"Done" destructiveButtonTitle:nil otherButtonTitles:nil];
[actionSheet showInView:self.view];