JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

Why do we use delegates? #74

Closed mrylmz closed 3 years ago

mrylmz commented 3 years ago

It is also possible to use anonymous lambdas in Swift also with Obj-C support, why do we prefer to use delegates in a pure Swift Framework which doesn't depend on Apple Framework interfaces?