Tag: extension
-
In Swift, why cannot we add designated initializers in extension?
We cannot define designated initializers in extensions. But why is that? In this post I am going to show you an example of the reason of that.
We cannot define designated initializers in extensions. But why is that? In this post I am going to show you an example of the reason of that.