RxFeedback.swift icon indicating copy to clipboard operation
RxFeedback.swift copied to clipboard

RxFeedback functions autocomplete problem

Open ivan-tsaryov opened this issue 5 years ago • 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

ivan-tsaryov avatar Feb 22 '19 11:02 ivan-tsaryov

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>.

premyslvlcek avatar Feb 24 '19 00:02 premyslvlcek

It's working, thanks

ivan-tsaryov avatar Feb 24 '19 04:02 ivan-tsaryov