XIB-instantiated Object's IBOutlet is nil
- by jxpx777
I have a XIB set up like in this screenshot:
File's owner is my main window controller. The XIB is also in charge of creating an object that serves as the delegate for the MGScopeBar view. As you can see in the screenshot, the scope bar delegate has an IBOutlet for the search field so that it can return it as an extra view as part of the…