Daniil Vorobyev
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

--

--

Daniil Vorobyev
Daniil Vorobyev

Written by Daniil Vorobyev

Independent iOS Developer. High-perfomance lover.

No responses yet