NoTests/RxFeedback.swift

RxFeedback functions autocomplete problem

ivan-tsaryov opened this issue · 2 comments

screenshot 2019-02-22 at 15 44 03

![image](https://user-images.githubusercontent.com/17700769/53240848-40788280-36b9-11e9-95d5-1cba5c44a4d8.png)

screenshot 2019-02-22 at 15 48 06

Xcode don't suggests autocomplete for function of RxFeedback. However, if I am taking complete implementation of "Driver.system" usage from examples. It's successful builds

It's never worked on my side. What I usually do is that I start writing Driver<Any>.system, autocomplete works in that case. And then I remove <Any>.

It's working, thanks