Anthony Ilinykh

Results 5 issues of Anthony Ilinykh

This is the first step of the `ViewController` refactoring process described in #139 All the network extension stuff is now moved into a separate component and the `ViewController`'s dependency graph...

I made a review of the iOS App and there are some thoughts I would like to share with the community. The ViewController is responsible for a lot of things:...

The configuration is very important part of every app and the good practice is to have it more specific declarative way

The project has an error at build time because of an implicit `UIKit` import in `ModalDismissalRetainCycleAssertion` This PR makes interface `ModalDismissalRetainCycleAssertion` more generic, so it does not coupled with `UIKit`...