I have two controller in my screen and want to reload one method when push notification receive.
Now question is that listener successfully call when visible specific controller via NSNotificationCenter
. But when i am on another controller then listener method not call.
Can i handle it via NSNotificationCenter
? If no then what is the best approach for this? Thanks.