-
I want to implement a custom container which holds a reference to an Unfortunately, there seems to be no way to go around the Would it be possible to provide a Or is there a better, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
SharedContainer requires at least one instance of a shared container. Doesn't mean you can't create multiple instances of them and ignore the shared container. Or you can simply derive from the parent protocol, ManagedContainer. |
Beta Was this translation helpful? Give feedback.
SharedContainer requires at least one instance of a shared container. Doesn't mean you can't create multiple instances of them and ignore the shared container.
Or you can simply derive from the parent protocol, ManagedContainer.