Delegate is always nil
If this happens, make sure the following:
Use a final class not a struct
The thing holding the weak var delegate property needs to be an instance. Usually this is a view model.
Make sure the view model is being held
If the delegate is nil when you wo...
coderlyn.hashnode.dev1 min read