Access files owner view controller instance from subclass (using SWRevealViewController)
问题 I am using SWRevealViewController (https://github.com/Joan-Lluch/SWRevealViewController) and am trying to access the revealViewController instance that lives within the files owner view controller of a xib file from within a subclass. Basically, in the files owner of the xib, i access the instance by saying [self revealViewController] and am able to control it that way. My issue is that I have a search display controller in the xib file and I need to access [self revealViewController] within