Daniil Vorobyev
1 min readAug 14, 2018

--

DeeplinkNavigator().proceedToDeeplink(deeplinkType)

It won’t work because you use singleton pattern in DeeplinkNavigator class implementation, so init has private protection level. Actually, i think using singleton here is not the best way. But, thanks for the main idea of implementation, it’s really great.

--

--

Daniil Vorobyev
Daniil Vorobyev

Written by Daniil Vorobyev

Independent iOS Developer. High-perfomance lover.

No responses yet