NSNotificationCenter vs Delegation – An Analysis
Analysis of NSNotificationCenter vs delegation in Swift for structured instance-to-instance communication.
Analysis of NSNotificationCenter vs delegation in Swift for structured instance-to-instance communication.
A tutorial on using NSNotificationCenter in Swift for iOS app communication, with code examples for Swift 2.3 and 3.0.
A tutorial explaining NSNotificationCenter in Swift for iOS app internal communication, with code examples.
Explains how to automate removal of NSNotificationCenter and KVO observers in iOS using method swizzling and associated objects to prevent crashes.