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
When I am on controller A, open the menu, click to open controller B, it works.
But if I make some changes on controller B with core data, I see the logs of controller A moving.
Is it normal that the previous controller is alive?
Controller B is called from the menu, there should be no push chain to keep controller A alive
Can we kill it somehow?
Because the operation on controller A may take some time.
The text was updated successfully, but these errors were encountered:
When I am on controller A, open the menu, click to open controller B, it works.
But if I make some changes on controller B with core data, I see the logs of controller A moving.
Is it normal that the previous controller is alive?
Controller B is called from the menu, there should be no push chain to keep controller A alive
Can we kill it somehow?
Because the operation on controller A may take some time.
The text was updated successfully, but these errors were encountered: