【发布时间】:2016-08-12 06:01:46
【问题描述】:
我在我的 ios 应用程序中使用了第 3 方库。我有一个编译文件,即".a" 文件和给我的头文件".h"..
这里的解决方案In Xcode, how to suppress all warnings in specific source files? 谈到点击源文件的Compiler Flags 并设置-w。我相信这与警报无关。
另外,我没有源文件..
所以我的问题是,如何从 3rd 方库中删除/隐藏/禁用 UIAlertView 或 UIAlertController?
有没有办法在info.plist 或AppDelegate.m 或Xcode 的任何地方设置一些值?
【问题讨论】:
-
UI 警报是指类似于 UIAlertControllers 的东西吗?你没有。 (这与编译器警告有什么关系?)
-
是.. UIAlertView 或 UIAlertController
标签: ios objective-c iphone xcode ipad