1 min readSep 23, 2020
Another good way to detect controller dismissing using ReactiveSwift is
```
VC.reactive.lifetime.observeEnded {
}
```
Actually it doesn't observe dismissing but controller release
Another good way to detect controller dismissing using ReactiveSwift is
```
VC.reactive.lifetime.observeEnded {
}
```
Actually it doesn't observe dismissing but controller release