marty-suzuki/ReverseExtension

Swift 5

alexwibowo opened this issue · 2 comments

Is there any chance to update this library to support swift 5 ? I tried to compile it against swift 5 (after fixing a few renames), but it looks like it always gets the first item from the datasource (using similar setup from the sample project)

Here is my project which tries to use this library:
https://github.com/alexwibowo/TriviaTime

Ahhhh!!! sorry! I didnt realise that the datasource has to be set on .re too! All good for now.