Swift 5
alexwibowo opened this issue · 2 comments
alexwibowo commented
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)
alexwibowo commented
Here is my project which tries to use this library:
https://github.com/alexwibowo/TriviaTime
alexwibowo commented
Ahhhh!!! sorry! I didnt realise that the datasource has to be set on .re too! All good for now.