qsd-faris

Results 3 issues of qsd-faris

This is the example of usage of Floaty buttons on this github repo. The code below creates a Floaty button and add on item inside. ``` let floaty = Floaty()...

Hello @benoit-pereira-da-silva, did you plan to make this app available in Cocoapods? It should be quite easy and is much more popular than Carthage. Thanks.

Hello, is it possible to return String value from Swift to JS? For example, I would like to do something like this: ``` @objc protocol JavaScriptInterface { func someFunc() ->...