Delegate from anywhere?

I have a view controller called new student. When a new student is saved, the dataprovider sends the data onto the apiservice and the new student has items uploaded. In the api service file there is a progress of the upload process. How can I broadcast that progress from the apiservice so that the new student class can listen for it without using delegates?

Replies

Did you consider using notification (post / addObserver) ?