You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems I have to get rid of datasource and delegate and call the functions directly. I can then overwrite specific functions in conforming classes. And I should make it an extension of protocol.
I will create separate files for Delegate and Datasource. And add a default implementation in an extension. IN apps that adhere I can override the implementations if required.
Can I define some default protocol function implementations, so that I can get rid of the @obj and optionals.
The text was updated successfully, but these errors were encountered: