iOS: NSNotificationCenter – broadcast information within a program
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.… Read More »iOS: NSNotificationCenter – broadcast information within a program