标签: ios xcode swrevealviewcontroller
我需要使用SWRevealViewController进行滑出菜单导航 但是,广告连播已不再更新。因此它将在xcode中发出很多警告。
即使使用此pod似乎可以,但xcode的警告却很丑陋,我想将其隐藏。
如果pod是使用cocoapod安装的,则可以使用podfile中的这一行完成
# ignore all warnings from all pods inhibit_all_warnings!
但是像SWRevealViewController这样手动导入的文件呢?