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 am thinking about start using mvvm, bindings and reactive programming and I like SwiftBond. Example looks great but I am worried about deallocating and retain cycles.
I've tried to add:
deinit {
print("ListViewController deinit")
}
But after returning to LoginViewController it's not printed. Same when I added deinit to ListViewModel. Why is that? How can I fix it?
The text was updated successfully, but these errors were encountered:
I am thinking about start using mvvm, bindings and reactive programming and I like SwiftBond. Example looks great but I am worried about deallocating and retain cycles.
I've tried to add:
But after returning to LoginViewController it's not printed. Same when I added deinit to ListViewModel. Why is that? How can I fix it?
The text was updated successfully, but these errors were encountered: