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
I just notice that Activity holds a strong reference to the ActivityViewController and this leads to all 3 instance are not being deallocated after calling ActivityViewController dismissViewController.
I added dealloc method to all 3 instances to print a dealloc message and tried with the Mail activity, i didn't see any of the dealloc messages.
The text was updated successfully, but these errors were encountered:
I just notice that Activity holds a strong reference to the ActivityViewController and this leads to all 3 instance are not being deallocated after calling ActivityViewController dismissViewController.
I added dealloc method to all 3 instances to print a dealloc message and tried with the Mail activity, i didn't see any of the dealloc messages.
The text was updated successfully, but these errors were encountered: