employer cover photo
employer logo
employer logo

Goqii Technologies

Is this your company?

Goqii Technologies Interview Question

1. What is NSNotification?

Interview Answer

Anonymous

Aug 4, 2016

An NSNotificationCenter object (or simply, notification center) provides a mechanism for broadcasting information within a program. An NSNotificationCenter object is essentially a notification dispatch table. addObserver:selector:name:object: or addObserverForName:object:queue:usingBlock: methods