iOS May 4, 2012
1 min read
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…