Objective-C
ObjC Delegation and Notifications
I was researching the different ways people are implementing the part of MVC where the model notifies the controller about new data. A limitation of the delegate pattern is only one class can be the delegate, for other classes to listen then they need to use Notification Center notifications (or Read more…
You must be logged in to post a comment.