I need to use SWRevealViewController to make slide out menu navigation but, the pod is no longer updated. so it will give a lot of warning in xcode.
even though it seems okay to use this pod, but the warnings from xcode is ugly, I want to hide it.
if the pod is installed using cocoapod, it can be done using this line in podfile
# ignore all warnings from all pods
inhibit_all_warnings!
but how about the file that imported manually like SWRevealViewController ?