Hi there
I'm adding an observer to NotifationCenter in a tab of a tab bar controller. At the moment this observer is added in viewDidLoad(). This implies I first need to open that tab to put the observer on it. Does anyone know a way to add that observer without having the tab opened before?
Thanks
I'm adding an observer to NotifationCenter in a tab of a tab bar controller. At the moment this observer is added in viewDidLoad(). This implies I first need to open that tab to put the observer on it. Does anyone know a way to add that observer without having the tab opened before?
Thanks